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: strategy:
matrix: matrix:
options: options:
- os: ubuntu-latest # - os: ubuntu-latest
framework: netcoreapp3.1 # framework: netcoreapp3.1
runtime: -x64 # runtime: -x64
codecov: false # codecov: false
# - os: windows-latest # - os: windows-latest
# framework: netcoreapp3.1 # framework: netcoreapp3.1
# runtime: -x64 # runtime: -x64
@ -27,10 +27,10 @@ jobs:
# framework: netcoreapp2.1 # framework: netcoreapp2.1
# runtime: -x64 # runtime: -x64
# codecov: false # codecov: false
# - os: windows-latest - os: windows-latest
# framework: net472 framework: net472
# runtime: -x64 runtime: -x64
# codecov: false codecov: false
# - os: windows-latest # - os: windows-latest
# framework: net472 # framework: net472
# runtime: -x86 # runtime: -x86

Loading…
Cancel
Save