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

Fix the package restore for arm64 and arm32 #12532

Merged
merged 1 commit into from
Jun 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/arm64/Tests.lst
Original file line number Diff line number Diff line change
Expand Up @@ -13033,7 +13033,7 @@ RelativePath=CoreMangLib\cti\system\math\MathRound3\MathRound3.cmd
WorkingDir=CoreMangLib\cti\system\math\MathRound3
Expected=0
MaxAllowedDurationSeconds=600
Categories=Pri1;RT;EXPECTED_PASS
Categories=Pri1;RT;EXPECTED_FAIL;12549
HostStyle=0

[MathRound4.cmd_1804]
Expand Down Expand Up @@ -89401,7 +89401,7 @@ RelativePath=JIT\Performance\CodeQuality\Span\SpanBench\SpanBench.cmd
WorkingDir=JIT\Performance\CodeQuality\Span\SpanBench
Expected=0
MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS;NEW
Categories=EXPECTED_FAIL;NEW;12549
HostStyle=0

[Generated1202.cmd_11489]
Expand Down
2 changes: 1 addition & 1 deletion tests/src/dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<When Condition="'$(OSGroup)'=='Windows_NT'">
<PropertyGroup>
<TargetsWindows>true</TargetsWindows>
<TestNugetRuntimeId>win7-$(__BuildArch)</TestNugetRuntimeId>
<TestNugetRuntimeId>win-$(__BuildArch)</TestNugetRuntimeId>
</PropertyGroup>
</When>
<When Condition="'$(OSGroup)'=='Linux'">
Expand Down