From 5c5787badcbf69d0210b3708855f9e9b8607fc2e Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Tue, 13 Feb 2024 18:01:46 +0200 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 09ae22e..b5a2364 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -47,7 +47,7 @@ jobs: - name: Fix Visual Studio run: | SET current_path="%CD%" - CD ${env:ProgramFiles(x86)}\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\VSI\DisableOutOfProcBuild + CD '${env:ProgramFiles(x86)}\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\VSI\DisableOutOfProcBuild' CALL DisableOutOfProcBuild.exe CD %current_path%