From c21d3f7589f8a06b2f0c39add3e69bb33d569d36 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 16 Jan 2020 21:54:50 +1100 Subject: [PATCH] Test xunit pipeline --- .github/workflows/build-and-test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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