diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 403c2a07..205c11da 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -148,7 +148,8 @@ jobs: publish: if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' - runs-on: ubuntu-latest + # Must run on Windows in order to support .NET Full Framework. + runs-on: windows-latest name: Publish needs: [setup, windows, linux] env: