Skip to content

Instantly share code, notes, and snippets.

@jen20
Created October 23, 2014 21:46
Show Gist options
  • Save jen20/9932be351e97f8142444 to your computer and use it in GitHub Desktop.
Save jen20/9932be351e97f8142444 to your computer and use it in GitHub Desktop.
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