Skip to content

Commit ca15b25

Browse files
committed
Change the nuget job
1 parent 7b33052 commit ca15b25

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,8 @@ on:
1212
- '*'
1313

1414
jobs:
15-
test-win:
16-
runs-on: windows-latest
17-
18-
steps:
19-
-
20-
name: Checkout
21-
uses: actions/checkout@v2.4.0
22-
-
23-
name: Setup .NET
24-
uses: actions/setup-dotnet@v1.9.0
25-
with:
26-
dotnet-version: '6.0'
27-
-
28-
name: Run tests on Windows for all targets
29-
run: dotnet test -c Release
30-
3115
nuget:
32-
runs-on: windows-latest
33-
needs: [ test-win ] #,test-netcore-linux]
16+
runs-on: ubuntu-latest
3417

3518
steps:
3619
-

0 commit comments

Comments
 (0)