File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ set ENETVER = 5.22.12
1
2
echo " Start building Electron.NET dev stack..."
2
3
echo " Restore & Build API"
3
4
cd ElectronNet.API
4
5
dotnet restore
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"
6
+ dotnet build --configuration Release --force /property:Version=%ENETVER%
7
+ dotnet pack /p:Version=%ENETVER% --configuration Release --force --output " %~dp0 artifacts"
7
8
cd ..
8
9
echo " Restore & Build CLI"
9
10
cd ElectronNet.CLI
10
11
dotnet restore
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"
12
+ dotnet build --configuration Release --force /property:Version=%ENETVER%
13
+ dotnet pack /p:Version=%ENETVER% --configuration Release --force --output " %~dp0 artifacts"
13
14
cd ..
You can’t perform that action at this time.
0 commit comments