|
|
@ -79,12 +79,14 @@ jobs: |
|
|
- name: Build |
|
|
- name: Build |
|
|
shell: pwsh |
|
|
shell: pwsh |
|
|
run: ./ci-build.ps1 "${{matrix.options.framework}}" |
|
|
run: ./ci-build.ps1 "${{matrix.options.framework}}" |
|
|
|
|
|
env: |
|
|
|
|
|
SIXLABORS_TESTING: True |
|
|
|
|
|
|
|
|
- name: Test |
|
|
- name: Test |
|
|
shell: pwsh |
|
|
shell: pwsh |
|
|
run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}" |
|
|
run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}" |
|
|
env: |
|
|
env: |
|
|
CI: True |
|
|
SIXLABORS_TESTING: True |
|
|
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit |
|
|
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit |
|
|
|
|
|
|
|
|
- name: Export Failed Output |
|
|
- name: Export Failed Output |
|
|
|