diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18a45ff7..5b5e3142 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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