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