mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-27 16:40:57 +00:00
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
This commit is contained in:
@@ -2,12 +2,12 @@ echo "Start building Electron.NET dev stack..."
|
||||
echo "Restore & Build API"
|
||||
cd ElectronNet.API
|
||||
dotnet restore
|
||||
dotnet build --configuration Release --force /property:Version=0.0.11
|
||||
dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts"
|
||||
dotnet build --configuration Release --force /property:Version=5.22.12
|
||||
dotnet pack /p:Version=5.22.12 --configuration Release --force --output "%~dp0artifacts"
|
||||
cd ..
|
||||
echo "Restore & Build CLI"
|
||||
cd ElectronNet.CLI
|
||||
dotnet restore
|
||||
dotnet build --configuration Release --force /property:Version=0.0.11
|
||||
dotnet pack /p:Version=0.0.11 --configuration Release --force --output "%~dp0artifacts"
|
||||
dotnet build --configuration Release --force /property:Version=5.22.12
|
||||
dotnet pack /p:Version=5.22.12 --configuration Release --force --output "%~dp0artifacts"
|
||||
cd ..
|
||||
Reference in New Issue
Block a user