Browse Source

Test xunit pipeline

af/merge-core
James Jackson-South 6 years ago
parent
commit
c21d3f7589
  1. 16
      .github/workflows/build-and-test.yml

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

@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
options:
- os: ubuntu-latest
framework: netcoreapp3.1
runtime: -x64
codecov: false
# - os: ubuntu-latest
# framework: netcoreapp3.1
# runtime: -x64
# codecov: false
# - os: windows-latest
# framework: netcoreapp3.1
# runtime: -x64
@ -27,10 +27,10 @@ jobs:
# framework: netcoreapp2.1
# runtime: -x64
# codecov: false
# - os: windows-latest
# framework: net472
# runtime: -x64
# codecov: false
- os: windows-latest
framework: net472
runtime: -x64
codecov: false
# - os: windows-latest
# framework: net472
# runtime: -x86

Loading…
Cancel
Save