File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
<TestRunName >Windows 11 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
44
44
</HelixAvailableTargetQueue >
45
45
<!-- win-x64 -->
46
- <HelixAvailableTargetQueue Include =" windows.10 .amd64.client$(QueueSuffix)"
46
+ <HelixAvailableTargetQueue Include =" windows.11 .amd64.client$(QueueSuffix)"
47
47
Condition =" '$(HelixArchitecture)' == 'x64'" >
48
- <TestRunName >Windows 10 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
48
+ <TestRunName >Windows 11 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
49
49
</HelixAvailableTargetQueue >
50
50
<!-- win-x86 -->
51
51
<!-- Windows x64 clients can run dotnet x86 natively -->
52
- <HelixAvailableTargetQueue Include =" windows.10 .amd64.client$(QueueSuffix)"
52
+ <HelixAvailableTargetQueue Include =" windows.11 .amd64.client$(QueueSuffix)"
53
53
Condition =" '$(HelixArchitecture)' == 'x86'" >
54
- <TestRunName >Windows 10 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
54
+ <TestRunName >Windows 11 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
55
55
</HelixAvailableTargetQueue >
56
56
</ItemGroup >
57
57
You can’t perform that action at this time.
0 commit comments