зеркало из 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;
|
ReleaseWorkspaceBeforeEvaluation = template.ReleaseWorkspaceBeforeEvaluation;
|
||||||
UnsafeOptimizedAstConversion = template.UnsafeOptimizedAstConversion;
|
UnsafeOptimizedAstConversion = template.UnsafeOptimizedAstConversion;
|
||||||
AllowUnsafeAmbient = template.AllowUnsafeAmbient;
|
AllowUnsafeAmbient = template.AllowUnsafeAmbient;
|
||||||
GenerateCgManifestForNugets = template.GenerateCgManifestForNugets;
|
GenerateCgManifestForNugets = pathRemapper.Remap(template.GenerateCgManifestForNugets);
|
||||||
ValidateCgManifestForNugets = template.ValidateCgManifestForNugets;
|
ValidateCgManifestForNugets = pathRemapper.Remap(template.ValidateCgManifestForNugets);
|
||||||
AllowMissingSpecs = template.AllowMissingSpecs;
|
AllowMissingSpecs = template.AllowMissingSpecs;
|
||||||
EnableCredScan = template.EnableCredScan;
|
EnableCredScan = template.EnableCredScan;
|
||||||
CredScanEnvironmentVariablesAllowList = new List<string>(template.CredScanEnvironmentVariablesAllowList);
|
CredScanEnvironmentVariablesAllowList = new List<string>(template.CredScanEnvironmentVariablesAllowList);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче