diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index aac90f403..3a3cd65d1 100644 --- a/.github/workflows/build-and-test.yml +++ b/.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