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:
@ -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"
|
||||
|
Reference in New Issue
Block a user