Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Jan 29, 2024
1 parent b9a485d commit 5b1f325
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,62 +120,62 @@ jobs:
- name: Legacy - Test Imageflow.TestDotNetFull(Any CPU)
if: matrix.test-legacy
uses: microsoft-approved-actions/vstest@master
uses: microsoft/vstest[email protected]
with:
testAssembly: Imageflow.TestDotNetFull.dll
searchFolder: ./tests/Imageflow.TestDotNetFull/bin/Release/
runInParallel: true
platform: Any CPU
configuration: Release


- name: Legacy - Test Imageflow.TestDotNetFull(Any CPU)
if: matrix.test-legacy
uses: microsoft-approved-actions/vstest@master
uses: microsoft/vstest[email protected]
with:
testAssembly: Imageflow.TestDotNetFullPackageReference.dll
searchFolder: ./tests/Imageflow.TestDotNetFullPackageReference/bin/Release/
runInParallel: true
platform: Any CPU
configuration: Release


- name: Legacy - Test Imageflow.TestDotNetFull(x86)
if: matrix.test-legacy
uses: microsoft-approved-actions/vstest@master
uses: microsoft/vstest[email protected]
with:
testAssembly: Imageflow.TestDotNetFull.dll
searchFolder: ./tests/Imageflow.TestDotNetFull/bin/Release/
runInParallel: true
platform: x86
configuration: Release


- name: Legacy - Test Imageflow.TestDotNetFullPackageReference(x86)
if: matrix.test-legacy
uses: microsoft-approved-actions/vstest@master
uses: microsoft/vstest[email protected]
with:
testAssembly: Imageflow.TestDotNetFullPackageReference.dll
searchFolder: ./tests/Imageflow.TestDotNetFullPackageReference/bin/Release/
runInParallel: true
platform: x86
configuration: Release


- name: Legacy - Test Imageflow.TestDotNetFull(x64)
if: matrix.test-legacy
uses: microsoft-approved-actions/vstest@master
uses: microsoft/vstest[email protected]
with:
testAssembly: Imageflow.TestDotNetFull.dll
searchFolder: ./tests/Imageflow.TestDotNetFull/bin/Release/
runInParallel: true
platform: x64
configuration: Release

- name: Legacy - Test Imageflow.TestDotNetFullPackageReference(x64)
if: matrix.test-legacy
uses: microsoft-approved-actions/vstest@master
uses: microsoft/vstest[email protected]
with:
testAssembly: Imageflow.TestDotNetFullPackageReference.dll
searchFolder: ./tests/Imageflow.TestDotNetFullPackageReference/bin/Release/
runInParallel: true
platform: x64
configuration: Release



- name: Test use in an AOT web app
Expand Down

0 comments on commit 5b1f325

Please sign in to comment.