Fix indentation bug in helix-queues-setup, sigh (#1701)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 14 Jan 2020 12:53:37 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2020 12:53:37 +0000 (13:53 +0100)
eng/pipelines/coreclr/templates/helix-queues-setup.yml

index 1be1fae..6bf60ec 100644 (file)
@@ -119,10 +119,10 @@ jobs:
     #   https://github.com/dotnet/runtime/issues/1097
     #   https://github.com/dotnet/runtime/issues/1663
     #   https://github.com/dotnet/core-eng/issues/8490
-    #  - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx')) }}:
-    #    - Windows.10.Arm64.Open
-    - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
-      - Windows.10.Arm64
+    # - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx')) }}:
+    #   - Windows.10.Arm64.Open
+      - ${{ if eq(variables['System.TeamProject'], 'internal') }}:
+        - Windows.10.Arm64
 
     # Windows_NT arm64
     - ${{ if eq(parameters.platform, 'Windows_NT_arm64') }}: