From c0fe41f0158316422647c38b23fb2467bbc5ee16 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sat, 12 Aug 2023 13:17:04 +0800 Subject: [PATCH] WIP4 (move quotes further) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 62c4fc0b4..96a44cbee 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -156,7 +156,7 @@ jobs: dotnet-version: '6.0.113' - name: HACK to emulate legacy .NETFramework uninstall shell: cmd - run: del $("%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -find MSBuild\\**\\Bin\\MSBuild.exe) + run: del $("%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe -find MSBuild\\**\\Bin\\MSBuild.exe") - name: configure run: .\configure.bat - name: build in DEBUG mode