File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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]')"
You can’t perform that action at this time.
0 commit comments