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 629ae54 commit aa57a84Copy full SHA for aa57a84
eng/targets/Helix.Common.props
@@ -22,6 +22,7 @@
22
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'">
23
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
24
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
25
+ <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
26
</ItemGroup>
27
28
<!-- daily scheduled only queues -->
0 commit comments