Skip to content

Commit 06f4303

Browse files
2 parents 0709d61 + aa09af8 commit 06f4303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildReleaseNuGetPackages.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ 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.11
6-
dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts"
5+
dotnet build --configuration Release --force /property:Version=5.22.12
6+
dotnet pack /p:Version=5.22.12 --configuration Release --force --output "%~dp0artifacts"
77
cd ..
88
echo "Restore & Build CLI"
99
cd ElectronNet.CLI
1010
dotnet restore
11-
dotnet build --configuration Release --force /property:Version=0.0.11
12-
dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts"
11+
dotnet build --configuration Release --force /property:Version=5.22.12
12+
dotnet pack /p:Version=5.22.12 --configuration Release --force --output "%~dp0artifacts"
1313
cd ..

0 commit comments

Comments
 (0)