mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
build script updates
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
|
||||
echo "`n# Building Server"
|
||||
echo "`n## Building Server"
|
||||
|
||||
echo "`nBuilding app"
|
||||
echo ".NET Core version $(dotnet --version)"
|
||||
echo "Clean"
|
||||
dotnet clean $dir\Server.csproj -c "Release" -o $dir\obj\Docker\publish
|
||||
echo "Publish"
|
||||
dotnet publish $dir\Server.csproj -c "Release" -o $dir\obj\Docker\publish
|
||||
|
||||
echo "`nBuilding docker image"
|
||||
|
Reference in New Issue
Block a user