Skip to content

Commit 6bcf4c3

Browse files
authored
Update build_publish.yml
1 parent 4b74d2e commit 6bcf4c3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build_publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Setup .NET Core
14-
uses: actions/setup-dotnet@v1
15-
with:
16-
dotnet-version: 3.1.101
13+
- name: Add msbuild to PATH
14+
uses: microsoft/setup-msbuild@v1.0.0
1715
- name: Build
1816
run: dotnet build --configuration Release
1917
# - name: Test

0 commit comments

Comments
 (0)