From f166f225990f5c0c1e3b1e9f255598503800943a Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Mon, 14 Oct 2024 01:52:15 +0200 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index e718dd9..a398db4 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -77,9 +77,6 @@ jobs: - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2 - # 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