Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peters authored Jun 24, 2020
1 parent aa2d93e commit 8770ac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8770ac6

Please sign in to comment.