diff --git a/buildAll.sh b/buildAll.sh index a01bace..bf1bacc 100755 --- a/buildAll.sh +++ b/buildAll.sh @@ -1,16 +1,16 @@ echo "Start building Electron.NET dev stack..." echo "Restore & Build API" -cd ./ElectronNet.API +cd /ElectronNet.API dotnet restore dotnet build cd .. echo "Restore & Build API" -cd ./ElectronNet.CLI +cd /ElectronNet.CLI dotnet restore dotnet build cd .. echo "Restore & Build WebApp Demo" -cd ./ElectronNet.WebApp +cd /ElectronNet.WebApp dotnet restore dotnet build