Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSBuild squirrel releasify error #872

Closed
agostinocinelli opened this issue Nov 9, 2016 · 1 comment
Closed

MSBuild squirrel releasify error #872

agostinocinelli opened this issue Nov 9, 2016 · 1 comment

Comments

@agostinocinelli
Copy link

Hi all, I'm having an error on releasify task in MsBuild
I thought the error was in the nuget and squirrel paths, because sometimes the error was 9009 and sometimes -1, so I changed exec command in:
$(ProjectDir)..\packages\squirrel.windows.1.4.4\tools\squirrel --releasify $(ProjectDir)$(OutDir)MyApp.$([System.Version]::Parse(%(myAssemblyInfo.Version)).ToString(3)).nupkg
( #630 )
but the problem persist. Now I have the -1 error every time :(

error MSB3073: The command "C:\Repos\MyApp\MyApp\..\packages\squirrel.windows.1.4.4\tools\squirrel --releasify C:\Repos\MyApp\MyApp\bin\Release\MyApp.2.5.25.nupkg" exited with code -1.

The strange thing: if I copy the command and paste it in the Package Manager Console... it works!! >:-#

@agostinocinelli
Copy link
Author

NVM, It works now.
The error was I tried to releasify a previous releasified package...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant