[CI] Remove UseSharedCompilation parameter from MSBuildCacheParameters
Some checks failed
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Report (Push) (push) Has been cancelled
Spell checking / Report (PR) (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled

This commit is contained in:
Jeremy Sinclair 2025-08-21 13:30:34 -04:00
parent 6d4b0dbd74
commit f8f1168728

View File

@ -151,7 +151,6 @@ jobs:
$MSBuildCacheParameters += " -reportfileaccesses" $MSBuildCacheParameters += " -reportfileaccesses"
$MSBuildCacheParameters += " -p:MSBuildCacheEnabled=true" $MSBuildCacheParameters += " -p:MSBuildCacheEnabled=true"
$MSBuildCacheParameters += " -p:MSBuildCacheLogDirectory=$(LogOutputDirectory)\MSBuildCacheLogs" $MSBuildCacheParameters += " -p:MSBuildCacheLogDirectory=$(LogOutputDirectory)\MSBuildCacheLogs"
$MSBuildCacheParameters += " -p:UseSharedCompilation=false"
Write-Host "MSBuildCacheParameters: $MSBuildCacheParameters" Write-Host "MSBuildCacheParameters: $MSBuildCacheParameters"
Write-Host "##vso[task.setvariable variable=MSBuildCacheParameters]$MSBuildCacheParameters" Write-Host "##vso[task.setvariable variable=MSBuildCacheParameters]$MSBuildCacheParameters"