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 2b1d90d commit e861a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
uses: MartinKuschnik/vstest-action-with-space-support@v1.0.1
with:
testAssembly: '*UnitTests*.dll'
searchFolder: '**\x64\**\*'
searchFolder: '**\x64\**\*n!**\\ref\\**n!**\\refint\\**'
platform: x64

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

- name: Pack with dotnet
Expand Down

0 comments on commit e861a93

Please sign in to comment.