Robert Muehsig
2017-10-29 23:11:47 +01:00
parent 1eb312a257
commit d6ef5e8e10

View File

@@ -2,7 +2,11 @@ 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.4
dotnet pack /p:Version=0.0.4 --configuration Release --force --output "%~dp0artifacts"
cd ..
echo "Restore & Build API"
cd ElectronNet.CLI
dotnet restore
dotnet build --configuration Release --force /property:Version=0.0.4
dotnet pack /p:Version=0.0.4 --configuration Release --force --output "%~dp0artifacts"