зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 791220: Fix path remapping for FrontEndConfiguration.
Fix path remapping for FrontEndConfiguration.
This commit is contained in:
Родитель
c2386fa124
Коммит
58b1da4eea
|
@ -73,8 +73,8 @@ namespace BuildXL.Utilities.Configuration.Mutable
|
|||
ReleaseWorkspaceBeforeEvaluation = template.ReleaseWorkspaceBeforeEvaluation;
|
||||
UnsafeOptimizedAstConversion = template.UnsafeOptimizedAstConversion;
|
||||
AllowUnsafeAmbient = template.AllowUnsafeAmbient;
|
||||
GenerateCgManifestForNugets = template.GenerateCgManifestForNugets;
|
||||
ValidateCgManifestForNugets = template.ValidateCgManifestForNugets;
|
||||
GenerateCgManifestForNugets = pathRemapper.Remap(template.GenerateCgManifestForNugets);
|
||||
ValidateCgManifestForNugets = pathRemapper.Remap(template.ValidateCgManifestForNugets);
|
||||
AllowMissingSpecs = template.AllowMissingSpecs;
|
||||
EnableCredScan = template.EnableCredScan;
|
||||
CredScanEnvironmentVariablesAllowList = new List<string>(template.CredScanEnvironmentVariablesAllowList);
|
||||
|
|
Загрузка…
Ссылка в новой задаче