Skip to content

Commit 5be671c

Browse files
authored
Update publish-package.yml
Change to windows-latest container in order to support .NET48
1 parent 89e0dd1 commit 5be671c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99

10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111

1212
steps:
1313
- uses: actions/checkout@v3
@@ -16,7 +16,6 @@ jobs:
1616
with:
1717
dotnet-version: |
1818
3.1.x
19-
5.0.x
2019
6.0.x
2120
- name: Test
2221
run: ./build.cmd Test --configuration Release --root .

0 commit comments

Comments
 (0)