Merged PR 772888: Only generate a new CG manifest for internal builds on Linux

- This CG manifest file is for internal builds, this arg unnecessarily changes the cg manifest for public builds.
This commit is contained in:
Pasindu Gunasekara 🍣 2024-03-13 22:48:43 +00:00
Родитель 6b58a09618
Коммит 9b21a7f8bc
1 изменённых файлов: 1 добавлений и 1 удалений

2
bxl.sh
Просмотреть файл

@ -81,6 +81,7 @@ function setMinimal() {
function setInternal() {
arg_Positional+=("/p:[Sdk.BuildXL]microsoftInternal=1")
arg_Positional+=("/remoteTelemetry+")
arg_Positional+=("/generateCgManifestForNugets:cg/nuget/cgmanifest.json")
for arg in "$@"
do
@ -100,7 +101,6 @@ function compileWithBxl() {
/nowarn:11319 # DX11319: nuget version mismatch
/logsToRetain:20
/cachemiss
/generateCgManifestForNugets:cg/nuget/cgmanifest.json
"$@"
)