Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 47d767f

Browse files
committed
Create default variables for Crossgen, TargetsNonWindows in pipebuild
1 parent 12899b1 commit 47d767f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@
228228
},
229229
"RuntimeIDArg": {
230230
"value": "runtimeid linux-x64"
231+
},
232+
"TargetsNonWindowsArg": {
233+
"value": " "
234+
},
235+
"CrossgenArg": {
236+
"value": " "
231237
}
232238
},
233239
"retentionRules": [

buildpipeline/pipelines.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@
485485
"Rid": "win-x64",
486486
"TargetQueues": "windows.10.amd64",
487487
"TestContainerSuffix": "windows",
488-
"TargetsNonWindowsArg": " "
489488
},
490489
"ReportingParameters": {
491490
"OperatingSystem": "Windows",
@@ -502,7 +501,6 @@
502501
"Rid": "win-x64",
503502
"TargetQueues": "windows.10.amd64",
504503
"TestContainerSuffix": "windows-r2r",
505-
"TargetsNonWindowsArg": " ",
506504
"CrossgenArg": "Crossgen"
507505
},
508506
"ReportingParameters": {

0 commit comments

Comments
 (0)