Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik authored Mar 20, 2024
1 parent e861a93 commit 9ddb509
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
- name: Run Unit Tests (x64)
uses: MartinKuschnik/vstest-action-with-space-support@v1.0.1
with:
testAssembly: '*UnitTests*.dll'
searchFolder: '**\x64\**\*n!**\\ref\\**n!**\\refint\\**'
testAssembly: '**\\*UnitTests*.dll\n!****\\refint\\**\n!**\\refint\\**'
searchFolder: '**\x86\**\*'
platform: x64

- name: Run Unit Tests (x86)
uses: MartinKuschnik/vstest-action-with-space-support@v1.0.1
with:
testAssembly: '*UnitTests*.dll'
searchFolder: '**\x86\**\*n!**\\ref\\**n!**\\refint\\**'
testAssembly: '**\\*UnitTests*.dll\n!****\\refint\\**\n!**\\refint\\**'
searchFolder: '**\x86\**\*'
platform: x86

- name: Pack with dotnet
Expand Down

0 comments on commit 9ddb509

Please sign in to comment.