diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 113f949a..73d48cd3 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -50,6 +50,9 @@ jobs: mkdir detours_build cd detours_build cmake ..\detours.net + msbuild /t:restore,build ALL_BUILD.vcxproj /p:Configuration=$env:Detours_Configuration + env: + Detours_Configuration: ${{ matrix.configuration == 'Release' && 'RelWithDebInfo' || matrix.configuration }} # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application