Skip to content

Commit 97c1846

Browse files
Test windows only
1 parent 9c648d7 commit 97c1846

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build-and-test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ jobs:
1414
strategy:
1515
matrix:
1616
options:
17-
- os: ubuntu-latest
18-
framework: netcoreapp3.1
19-
runtime: -x64
20-
codecov: false
21-
- os: windows-latest
22-
framework: netcoreapp3.1
23-
runtime: -x64
24-
codecov: true
17+
# - os: ubuntu-latest
18+
# framework: netcoreapp3.1
19+
# runtime: -x64
20+
# codecov: false
21+
# - os: windows-latest
22+
# framework: netcoreapp3.1
23+
# runtime: -x64
24+
# codecov: true
2525
- os: windows-latest
2626
framework: netcoreapp2.1
2727
runtime: -x64
2828
codecov: false
29-
- os: windows-latest
30-
framework: net472
31-
runtime: -x64
32-
codecov: false
33-
- os: windows-latest
34-
framework: net472
35-
runtime: -x86
36-
codecov: false
29+
# - os: windows-latest
30+
# framework: net472
31+
# runtime: -x64
32+
# codecov: false
33+
# - os: windows-latest
34+
# framework: net472
35+
# runtime: -x86
36+
# codecov: false
3737

3838
runs-on: ${{matrix.options.os}}
3939
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)