Update master_servermanagers.yml

This commit is contained in:
Brett Hewitson 2021-11-20 22:18:09 +10:00 committed by GitHub
parent 564ab7b319
commit b4f61636e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
include-prerelease: true
- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build ./src/ServerManager.WebApplication/ServerManager.WebApplication.csproj --configuration Release
- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp