You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!! >:-#
The text was updated successfully, but these errors were encountered:
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!! >:-#
The text was updated successfully, but these errors were encountered: