Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 67412b4

Browse files
committed
Changes to support ARM-requeue for UAPAOT testing
1 parent 3582824 commit 67412b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

BuildToolsVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-prerelease-01610-02
1+
2.0.0-prerelease-01611-05

src/upload-tests.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
- Command must produce testResults.xml on successful execution.
2626
- Command is expressed in terms of an .SH file if on *Nix -->
2727
<UseScriptRunner>true</UseScriptRunner>
28+
<!-- For Windows ARM & ARM64 UAPAOT runs, we'll need a special runner that knows how to do this (TODO: Combine the runners) -->
29+
<UseContinuationRunner Condition="'$(ArchGroup)'=='arm' AND '$(TargetGroup)'=='uapaot'">true</UseContinuationRunner>
30+
<SecondaryPayloadDir Condition="'$(ArchGroup)'=='arm' AND '$(TargetGroup)'=='uapaot'">%HELIX_WORKITEM_PAYLOAD%\native</SecondaryPayloadDir>
2831

2932
<!-- Test builds consist of the tests that are platform specific in one root, plus others in AnyOS. -->
3033
<AnyOSPlatformConfig>AnyOS.AnyCPU.$(ConfigurationGroup)</AnyOSPlatformConfig>

0 commit comments

Comments
 (0)