mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
restore on build. remove ps1 build scripts
This commit is contained in:
@@ -7,6 +7,8 @@ echo -e "\n## Building Setup"
|
||||
|
||||
echo -e "\nBuilding app"
|
||||
echo ".NET Core version $(dotnet --version)"
|
||||
echo "Restore"
|
||||
dotnet restore $DIR/Setup.csproj
|
||||
echo "Clean"
|
||||
dotnet clean $DIR/Setup.csproj -f netcoreapp2.1 -c "Release" -o $DIR/obj/Docker/publish
|
||||
echo "Publish"
|
||||
|
||||
Reference in New Issue
Block a user