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