Skip to content

Commit 8a3c86a

Browse files
committed
buildReleaseNuGetPackages should leave you in the same directory you started in.
1 parent 597df77 commit 8a3c86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildReleaseNuGetPackages.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ cd ElectronNet.CLI
1010
dotnet restore
1111
dotnet build --configuration Release --force /property:Version=0.0.11
1212
dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts"
13+
cd ..

0 commit comments

Comments
 (0)