File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11rm *.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.Client\IntegrationEngine.Client.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
4- %userprofile% \bin \nuget.exe pack IntegrationEngine.Core\IntegrationEngine.Core.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
5- %userprofile% \bin \nuget.exe pack IntegrationEngine\IntegrationEngine.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
2+ .nuget \nuget.exe pack IntegrationEngine.Model\IntegrationEngine.Model.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
3+ .nuget \nuget.exe pack IntegrationEngine.Client\IntegrationEngine.Client.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
4+ .nuget \nuget.exe pack IntegrationEngine.Core\IntegrationEngine.Core.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
5+ .nuget \nuget.exe pack IntegrationEngine\IntegrationEngine.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
Original file line number Diff line number Diff line change 1- %userprofile% \bin \nuget.exe push *.nupkg
1+ .nuget \nuget.exe push *.nupkg
You can’t perform that action at this time.
0 commit comments