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
12echo " Start building Electron.NET dev stack..."
23echo " Restore & Build API"
34cd ElectronNet.API
45dotnet 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"
78cd ..
89echo " Restore & Build CLI"
910cd ElectronNet.CLI
1011dotnet 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"
1314cd ..
You can’t perform that action at this time.
0 commit comments