зеркало из https://github.com/microsoft/BuildXL.git
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:
Родитель
6b58a09618
Коммит
9b21a7f8bc
2
bxl.sh
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
|
||||
"$@"
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче