From 239316127173c38de0cb46e45b352fe7862df266 Mon Sep 17 00:00:00 2001 From: Milos Kotlar Date: Wed, 7 May 2025 17:33:51 +0200 Subject: [PATCH] Test Native AOT tests build on iOS --- .../extra-platforms/runtime-extra-platforms-ioslike.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml b/eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml index 7f10d317464cf8..1e7828a5d00499 100644 --- a/eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml +++ b/eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml @@ -163,6 +163,7 @@ jobs: - template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml parameters: creator: dotnet-bot - testBuildArgs: tree nativeaot/SmokeTests /p:BuildNativeAOTRuntimePack=true + testBuildArgs: tree nativeaot/SmokeTests /p:BuildNativeAOTRuntimePack=true /p:BuildTestsOnHelix=true testRunNamePrefixSuffix: NativeAOT_$(_BuildConfig) + extraHelixArguments: /p:NeedsToBuildAppsOnHelix=true buildAllTestsAsStandalone: true