mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 01:58:04 +00:00
[CI] Remove UseSharedCompilation parameter from MSBuildCacheParameters
This commit is contained in:
parent
6d4b0dbd74
commit
f8f1168728
@ -151,7 +151,6 @@ jobs:
|
||||
$MSBuildCacheParameters += " -reportfileaccesses"
|
||||
$MSBuildCacheParameters += " -p:MSBuildCacheEnabled=true"
|
||||
$MSBuildCacheParameters += " -p:MSBuildCacheLogDirectory=$(LogOutputDirectory)\MSBuildCacheLogs"
|
||||
$MSBuildCacheParameters += " -p:UseSharedCompilation=false"
|
||||
|
||||
Write-Host "MSBuildCacheParameters: $MSBuildCacheParameters"
|
||||
Write-Host "##vso[task.setvariable variable=MSBuildCacheParameters]$MSBuildCacheParameters"
|
||||
|
Loading…
x
Reference in New Issue
Block a user