Skip to content

Commit

Permalink
Update dotnet-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule authored Nov 2, 2023
1 parent c30d533 commit f0ab7a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet-win.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ on: [push]

jobs:
build:

name: Test Windows .net Core and Framework
runs-on: windows-2019
steps:

@@ -24,6 +24,7 @@ jobs:
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: Tests.dll
searchFolder: .\Tests\bin\Release\**\
searchFolder: .\Tests\bin\Release\*\
runInParallel: true
otherConsoleOptions: /TestCaseFilter:"(TestCategory!=Performance)"
platform: x64

0 comments on commit f0ab7a6

Please sign in to comment.