This commit is contained in:
Robert Muehsig
2017-10-23 23:06:08 +02:00
parent b8b7f1fa84
commit 645bafd3f1

View File

@@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "Start building Electron.NET dev stack..."
echo "Restore & Build API"
cd $DIR/ElectronNet.API
cd $DIR/ElectronNet.API/
dotnet restore
dotnet build
cd ..