Skip to content

Commit bbe9bc7

Browse files
authored
Update testBuildArgs for HardwareIntrinsics tests (#121317)
1 parent 16940c3 commit bbe9bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/coreclr/hardware-intrinsics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ extends:
101101
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
102102
parameters:
103103
creator: dotnet-bot
104-
testBuildArgs: 'tree JIT/HardwareIntrinsics'
104+
testBuildArgs: 'nativeaot tree JIT/HardwareIntrinsics'
105105
testRunNamePrefixSuffix: NativeAOT
106106
nativeAotTest: true
107107
extraVariablesTemplates:
@@ -132,7 +132,7 @@ extends:
132132
- template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml
133133
parameters:
134134
creator: dotnet-bot
135-
testBuildArgs: '-tree:JIT/HardwareIntrinsics'
135+
testBuildArgs: 'nativeaot -tree:JIT/HardwareIntrinsics'
136136
testRunNamePrefixSuffix: NativeAOT
137137
nativeAotTest: true
138138
extraVariablesTemplates:

0 commit comments

Comments
 (0)