From 7c64707d2b30f96fa535a9abb4ac7aa0c7f2c0e6 Mon Sep 17 00:00:00 2001 From: Alexander Bravo <102942726+AlexGBravo@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:15:59 -0500 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 22ec423..441d05f 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -73,14 +73,6 @@ jobs: with: dotnet-version: 8.0.x - # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - - 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 run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration