We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b33052 commit ca15b25Copy full SHA for ca15b25
.github/workflows/build-dev.yml
@@ -12,25 +12,8 @@ on:
12
- '*'
13
14
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
31
nuget:
32
33
- needs: [ test-win ] #,test-netcore-linux]
+ runs-on: ubuntu-latest
34
35
steps:
36
0 commit comments