From be4a1e4d12e794c3d01673b2a226df8c169fa2cd Mon Sep 17 00:00:00 2001 From: adospace Date: Wed, 15 Nov 2023 19:39:57 +0100 Subject: [PATCH] Update build-deploy.yml --- .github/workflows/build-deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 0bd34926..c7267972 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -36,10 +36,6 @@ jobs: - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v1.0.2 - # Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test - # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration