Browse Source

Enable windows netcore 3.1

js/color-alpha-handling
James Jackson-South 5 years ago
parent
commit
90624b71fb
  1. 6
      .github/workflows/build-and-test.yml

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

@ -17,11 +17,11 @@ jobs:
- os: ubuntu-latest
framework: netcoreapp3.1
runtime: -x64
codecov: false
- os: ubuntu-latest
codecov: true
- os: windows-latest
framework: netcoreapp3.1
runtime: -x64
codecov: true
codecov: false
- os: windows-latest
framework: netcoreapp2.1
runtime: -x64

Loading…
Cancel
Save