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