Skip to content

Commit 762f0d9

Browse files
authored
Merge pull request ardalis#145 from MisinformedDNA/patch-1
Run EF6 publish on windows
2 parents f94f59d + 287f6e3 commit 762f0d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publishef6.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010
name: list on nuget
11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414

@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
dotnet-version: 3.1.300
2121

22+
- name: Setup MSBuild.exe
23+
uses: microsoft/[email protected]
24+
2225
# Publish
2326
- name: publish on version change
2427
uses: rohith/publish-nuget@v2

0 commit comments

Comments
 (0)