Skip to content

Commit 7cd1707

Browse files
Update dotnet-core.yml
try running build.cmd on windows-latest
1 parent 41a07da commit 7cd1707

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313

1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: 2.1.402
20-
- name: Install dependencies
21-
run:
22-
dotnet restore tools
23-
dotnet tool install paket
24-
dotnet paket restore
20+
2521
- name: Build
2622
run:
2723
build

0 commit comments

Comments
 (0)