@ -14,26 +14,26 @@ jobs:
strategy:
matrix:
options:
- os: ubuntu-latest
framework: netcoreapp3.1
runtime: -x64
codecov: false
- os: windows-latest
codecov: true
# - os: ubuntu-latest
# framework: netcoreapp3.1
# runtime: -x64
# codecov: false
# - os: windows-latest
# codecov: true
framework: netcoreapp2.1
framework: net472
runtime: -x86
# framework: net472
# runtime: -x86
runs-on: ${{matrix.options.os}}
if: "!contains(github.event.head_commit.message, '[skip ci]')"