buildReleaseNuGetPackages should leave you in the same directory you started in.

This commit is contained in:
Adam Newgas
2019-05-05 18:33:26 +01:00
parent 597df77508
commit 8a3c86abc0

View File

@@ -10,3 +10,4 @@ cd ElectronNet.CLI
dotnet restore
dotnet build --configuration Release --force /property:Version=0.0.11
dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts"
cd ..