@@ -69,7 +69,7 @@ extends:
69
69
testGroup : innerloop
70
70
isSingleFile : true
71
71
nameSuffix : NativeAOT_Libs
72
- buildArgs : -s clr.aot+host.native+ libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true /p:IlcUseServerGc=false /p:RunAnalyzers=false
72
+ buildArgs : -s clr.aot+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true /p:IlcUseServerGc=false /p:RunAnalyzers=false
73
73
timeoutInMinutes : 300 # doesn't normally take this long, but I've seen Helix queues backed up for 160 minutes
74
74
includeAllPlatforms : true
75
75
# extra steps, run tests
@@ -95,7 +95,7 @@ extends:
95
95
testGroup : innerloop
96
96
isSingleFile : true
97
97
nameSuffix : NativeAOT_Checked_Libs
98
- buildArgs : -s clr.aot+host.native+ libs+libs.tests -c $(_BuildConfig) -rc Checked /p:TestNativeAot=true /p:ArchiveTests=true /p:IlcUseServerGc=false /p:RunAnalyzers=false
98
+ buildArgs : -s clr.aot+libs+libs.tests -c $(_BuildConfig) -rc Checked /p:TestNativeAot=true /p:ArchiveTests=true /p:IlcUseServerGc=false /p:RunAnalyzers=false
99
99
timeoutInMinutes : 360
100
100
# extra steps, run tests
101
101
postBuildSteps :
@@ -120,7 +120,7 @@ extends:
120
120
testGroup : innerloop
121
121
isSingleFile : true
122
122
nameSuffix : NativeAOT_Checked_Libs_SizeOpt
123
- buildArgs : -s clr.aot+host.native+ libs+libs.tests -c $(_BuildConfig) -rc Checked /p:TestNativeAot=true /p:ArchiveTests=true /p:OptimizationPreference=Size /p:IlcUseServerGc=false /p:RunAnalyzers=false
123
+ buildArgs : -s clr.aot+libs+libs.tests -c $(_BuildConfig) -rc Checked /p:TestNativeAot=true /p:ArchiveTests=true /p:OptimizationPreference=Size /p:IlcUseServerGc=false /p:RunAnalyzers=false
124
124
timeoutInMinutes : 240
125
125
# extra steps, run tests
126
126
postBuildSteps :
@@ -145,7 +145,7 @@ extends:
145
145
testGroup : innerloop
146
146
isSingleFile : true
147
147
nameSuffix : NativeAOT_Checked_Libs_SpeedOpt
148
- buildArgs : -s clr.aot+host.native+ libs+libs.tests -c $(_BuildConfig) -rc Checked /p:TestNativeAot=true /p:ArchiveTests=true /p:OptimizationPreference=Speed /p:IlcUseServerGc=false /p:RunAnalyzers=false
148
+ buildArgs : -s clr.aot+libs+libs.tests -c $(_BuildConfig) -rc Checked /p:TestNativeAot=true /p:ArchiveTests=true /p:OptimizationPreference=Speed /p:IlcUseServerGc=false /p:RunAnalyzers=false
149
149
timeoutInMinutes : 240
150
150
# extra steps, run tests
151
151
postBuildSteps :
@@ -176,7 +176,7 @@ extends:
176
176
jobParameters :
177
177
timeoutInMinutes : 300 # doesn't normally take this long, but we have had Helix queues backed up for over an hour
178
178
nameSuffix : NativeAOT_Pri0
179
- buildArgs : -s clr.aot+host.native+ libs -rc $(_BuildConfig) -lc Release -hc Release /p:RunAnalyzers=false
179
+ buildArgs : -s clr.aot+libs -rc $(_BuildConfig) -lc Release /p:RunAnalyzers=false
180
180
postBuildSteps :
181
181
- template : /eng/pipelines/coreclr/nativeaot-post-build-steps.yml
182
182
parameters :
0 commit comments