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