Skip to content

Commit ba84723

Browse files
committed
Move package and release script to new directory
1 parent 0a81f1d commit ba84723

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scripts/package.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
%userprofile%\bin\nuget.exe push *.nupkg

0 commit comments

Comments
 (0)