Created
October 23, 2014 21:46
-
-
Save jen20/9932be351e97f8142444 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\data\EventStore> .\scripts\nuget-clientapi\package-clientapi.ps1 9.9.9 | |
Attempting to build package from 'EventStore.Client.nuspec'. | |
Successfully created package 'C:\data\EventStore\EventStore.Client.9.9.9.nupkg'. | |
Successfully created package 'C:\data\EventStore\EventStore.Client.9.9.9.symbols.nupkg'. | |
Attempting to build package from 'EventStore.Client.Embedded.nuspec'. | |
Successfully created package 'C:\data\EventStore\EventStore.Client.Embedded.9.9.9.nupkg'. | |
Successfully created package 'C:\data\EventStore\EventStore.Client.Embedded.9.9.9.symbols.nupkg'. | |
WARNING: 1 issue(s) found with package 'EventStore.Client.Embedded'. | |
Issue: Assembly outside lib folder. | |
Description: The assembly 'native\x64\js1.dll' is not inside the 'lib' folder and hence it won't be added as reference when the package is installed into a project. | |
Solution: Move it into the 'lib' folder if it should be referenced. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment