File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/Servers/Kestrel/test/Interop.FunctionalTests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 25
25
[Parameter (Mandatory = $true )]
26
26
[string ]$Project ,
27
27
[string ]$HelixQueues = " Windows.10.Amd64.Open" ,
28
+ [string ]$TargetArchitecture = " " ,
28
29
[bool ]$RunQuarantinedTests = $false
29
30
)
30
31
$ErrorActionPreference = ' Stop'
@@ -38,4 +39,4 @@ $env:BUILD_REPOSITORY_NAME="aspnetcore"
38
39
$env: SYSTEM_TEAMPROJECT = " aspnetcore"
39
40
40
41
$HelixQueues = $HelixQueues -replace " ;" , " %3B"
41
- dotnet msbuild $Project / t:Helix / p:IsRequiredCheck= true / p:IsHelixDaily= true / p:HelixTargetQueues= $HelixQueues / p:RunQuarantinedTests= $RunQuarantinedTests / p:_UseHelixOpenQueues= true
42
+ dotnet msbuild $Project / t:Helix / p:TargetArchitecture = " $TargetArchitecture " / p: IsRequiredCheck= true / p:IsHelixDaily= true / p:HelixTargetQueues= $HelixQueues / p:RunQuarantinedTests= $RunQuarantinedTests / p:_UseHelixOpenQueues= true
Original file line number Diff line number Diff line change 6
6
<TestGroupName >Interop.FunctionalTests</TestGroupName >
7
7
<!-- WebDriver is not strong named, so this test assembly cannot be strong-named either. -->
8
8
<SignAssembly >false</SignAssembly >
9
+ <BuildHelixPayload Condition =" '$(TargetArchitecture)' == 'arm64'" >false</BuildHelixPayload >
9
10
</PropertyGroup >
10
11
11
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments