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 8e89078 commit 0d2ff56Copy full SHA for 0d2ff56
eng/targets/Helix.Common.props
@@ -22,8 +22,7 @@
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
- <!-- Re-enable once https://github.com/dotnet/core-eng/issues/14346 is resolved -->
26
- <!-- <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" /> -->
+ <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" />
27
</ItemGroup>
28
29
<!-- queues for helix-matrix.yml pipeline -->
0 commit comments