Browse Source

Try passing variable as bool

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

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

@ -18,19 +18,19 @@ jobs:
# - os: ubuntu-latest # - os: ubuntu-latest
# framework: netcoreapp2.1 # framework: netcoreapp2.1
# runtime: -x64 # runtime: -x64
# codecov: false # codecov: $false
- os: windows-latest - os: windows-latest
framework: netcoreapp2.1 framework: netcoreapp2.1
runtime: -x64 runtime: -x64
codecov: true codecov: $true
- 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
codecov: false codecov: $false
runs-on: ${{ matrix.options.os }} runs-on: ${{ matrix.options.os }}

Loading…
Cancel
Save