1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

restore on build. remove ps1 build scripts

This commit is contained in:
Kyle Spearrin
2018-08-01 10:32:58 -04:00
parent 61cda87574
commit 1052951a96
16 changed files with 13 additions and 125 deletions

View File

@ -7,6 +7,8 @@ echo -e "\n## Building Server"
echo -e "\nBuilding app"
echo ".NET Core version $(dotnet --version)"
echo "Restore"
dotnet restore $DIR/Server.csproj
echo "Clean"
dotnet clean $DIR/Server.csproj -c "Release" -o $DIR/obj/Docker/publish
echo "Publish"