Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 24, 2023
1 parent 951375a commit 0af99c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ jobs:

- name: Build
run: msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release
if: false

- name: Tests
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: '**/*UnitTests.dll'
searchFolder: './'
testAssembly: '**\*UnitTests.dll'
searchFolder: '.\'
runInParallel: false

- name: NuGet pack
Expand Down

0 comments on commit 0af99c5

Please sign in to comment.