Skip to content

Commit 01d1397

Browse files
Merge pull request #241 from BorisTheBrave/improve-build-script
buildReleaseNuGetPackages should leave you in the same directory you …
2 parents 77e7280 + 8a3c86a commit 01d1397

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)