From b4f61636e973fbbb5c6f5d609aafbf8d3e5d0dde Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Sat, 20 Nov 2021 22:18:09 +1000 Subject: [PATCH] Update master_servermanagers.yml --- .github/workflows/master_servermanagers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_servermanagers.yml b/.github/workflows/master_servermanagers.yml index ef0d191f..f9c99c14 100644 --- a/.github/workflows/master_servermanagers.yml +++ b/.github/workflows/master_servermanagers.yml @@ -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