We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1f0dc commit b6a4909Copy full SHA for b6a4909
eng/targets/Helix.Common.props
@@ -22,7 +22,8 @@
22
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'">
23
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
24
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
25
- <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" />
+ <!-- Re-enable once https://github.com/dotnet/core-eng/issues/14346 is resolved -->
26
+ <!-- <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" /> -->
27
</ItemGroup>
28
29
<!-- queues for helix-matrix.yml pipeline -->
0 commit comments