Skip to content

Commit 6d7bc65

Browse files
committed
Ensure that we build on Windows before we publish.
1 parent ef3aac4 commit 6d7bc65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publishToNuget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ name: Publish package
77
on:
88
release:
99
types: [published]
10+
1011
jobs:
1112
build:
12-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1314
steps:
1415
- uses: actions/checkout@v2
1516
- name: Setup .NET Core

0 commit comments

Comments
 (0)