File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ echo "Start building Electron.NET dev stack..."
22echo " Restore & Build API"
33cd ElectronNet.API
44dotnet restore
5- dotnet build --configuration Release --force /property:Version=0.0.11
6- dotnet pack /p:Version=0.0.11 --configuration Release --force --output " %~dp0 artifacts"
5+ dotnet build --configuration Release --force /property:Version=5.22.12
6+ dotnet pack /p:Version=5.22.12 --configuration Release --force --output " %~dp0 artifacts"
77cd ..
88echo " Restore & Build CLI"
99cd ElectronNet.CLI
1010dotnet restore
11- dotnet build --configuration Release --force /property:Version=0.0.11
12- dotnet pack /p:Version=0.0.11 --configuration Release --force --output " %~dp0 artifacts"
11+ dotnet build --configuration Release --force /property:Version=5.22.12
12+ dotnet pack /p:Version=5.22.12 --configuration Release --force --output " %~dp0 artifacts"
1313cd ..
You can’t perform that action at this time.
0 commit comments