File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 93
93
testGroup : innerloop
94
94
isSingleFile : true
95
95
nameSuffix : NativeAOT_Libs
96
- buildArgs : -s clr.runtime+clr. aot+host.native+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true /p:UseNativeAotCoreLib =true
96
+ buildArgs : -s clr.aot+host.native+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true
97
97
timeoutInMinutes : 300 # doesn't normally take this long, but I've seen Helix queues backed up for 160 minutes
98
98
# extra steps, run tests
99
99
extraStepsTemplate : /eng/pipelines/libraries/helix.yml
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ extends:
203
203
testGroup : innerloop
204
204
timeoutInMinutes : 120
205
205
nameSuffix : NativeAOT
206
- buildArgs : -s clr.runtime+clr. aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release /p:UseNativeAotCoreLib=true
206
+ buildArgs : -s clr.aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release
207
207
extraStepsTemplate : /eng/pipelines/coreclr/nativeaot-post-build-steps.yml
208
208
condition : >-
209
209
or(
@@ -225,7 +225,7 @@ extends:
225
225
testGroup : innerloop
226
226
timeoutInMinutes : 120
227
227
nameSuffix : NativeAOT
228
- buildArgs : -s clr.runtime+clr. aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release /p:UseNativeAotCoreLib=true
228
+ buildArgs : -s clr.aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release
229
229
extraStepsTemplate : /eng/pipelines/coreclr/nativeaot-post-build-steps.yml
230
230
condition : >-
231
231
or(
@@ -249,7 +249,7 @@ extends:
249
249
testGroup : innerloop
250
250
timeoutInMinutes : 120
251
251
nameSuffix : NativeAOT
252
- buildArgs : -s clr.runtime+clr. aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release /p:UseNativeAotCoreLib=true
252
+ buildArgs : -s clr.aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release
253
253
extraStepsTemplate : /eng/pipelines/coreclr/nativeaot-post-build-steps.yml
254
254
condition : >-
255
255
or(
@@ -274,7 +274,7 @@ extends:
274
274
testGroup : innerloop
275
275
isSingleFile : true
276
276
nameSuffix : NativeAOT
277
- buildArgs : -s clr.runtime+clr. aot+host.native+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:RunSmokeTestsOnly=true /p:ArchiveTests=true /p:UseNativeAotCoreLib =true
277
+ buildArgs : -s clr.aot+host.native+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:RunSmokeTestsOnly=true /p:ArchiveTests=true
278
278
timeoutInMinutes : 240 # Doesn't actually take long, but we've seen the ARM64 Helix queue often get backlogged for 2+ hours
279
279
# extra steps, run tests
280
280
extraStepsTemplate : /eng/pipelines/libraries/helix.yml
You can’t perform that action at this time.
0 commit comments