From 31880173022b993fd85d2beeca779600ca5e0f48 Mon Sep 17 00:00:00 2001 From: David Watson Date: Fri, 23 Aug 2024 18:30:06 +0100 Subject: [PATCH] no test --- .github/workflows/dotnet-desktop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index e5d4b90..cf5fa6f 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -38,10 +38,6 @@ jobs: - name: Restore the application run: msbuild $env:Solution_Name /t:Restore /p:Configuration=Release - # Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test $env:Solution_Name - - name: build the application run: msbuild $env:Solution_Name /t:Build /p:Configuration=Release