We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a81f1d commit ba84723Copy full SHA for ba84723
scripts/package.cmd
@@ -0,0 +1,4 @@
1
+rm *.nupkg
2
+%userprofile%\bin\nuget.exe pack IntegrationEngine.Model\IntegrationEngine.Model.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
3
+%userprofile%\bin\nuget.exe pack IntegrationEngine.Core\IntegrationEngine.Core.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
4
+%userprofile%\bin\nuget.exe pack IntegrationEngine\IntegrationEngine.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
scripts/release.cmd
@@ -0,0 +1 @@
+%userprofile%\bin\nuget.exe push *.nupkg
0 commit comments