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..."
2
2
echo " Restore & Build API"
3
3
cd ElectronNet.API
4
4
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 " %~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"
7
7
cd ..
8
8
echo " Restore & Build CLI"
9
9
cd ElectronNet.CLI
10
10
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 " %~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"
13
13
cd ..
You can’t perform that action at this time.
0 commit comments