Skip to content

Commit d6ef5e8

Browse files
committed
https://github.com/ElectronNET/Electron.NET/issues/20
1 parent 1eb312a commit d6ef5e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildReleaseNuGetPackages.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ echo "Start building Electron.NET dev stack..."
22
echo "Restore & Build API"
33
cd ElectronNet.API
44
dotnet restore
5+
dotnet build --configuration Release --force /property:Version=0.0.4
6+
dotnet pack /p:Version=0.0.4 --configuration Release --force --output "%~dp0artifacts"
57
cd ..
68
echo "Restore & Build API"
79
cd ElectronNet.CLI
810
dotnet restore
11+
dotnet build --configuration Release --force /property:Version=0.0.4
12+
dotnet pack /p:Version=0.0.4 --configuration Release --force --output "%~dp0artifacts"

0 commit comments

Comments
 (0)