From 9e2ad9fc6c604806e5fab55ea86f9e6d03ca9f92 Mon Sep 17 00:00:00 2001 From: kailash-b Date: Tue, 3 Sep 2024 12:34:31 +0530 Subject: [PATCH] ci:Use 'dotnet test' instead of vstest-action as workaround --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3684e7e..f582b3ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,8 +37,4 @@ jobs: run: msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release - name: Tests - uses: microsoft/vstest-action@v1.0.0 - with: - testAssembly: '**\bin\**\*UnitTests.dll' - searchFolder: '.\' - runInParallel: false + run: dotnet test