Update windows.yml
authorMatt Galbraith <MattGal@users.noreply.github.com>
Mon, 13 May 2019 22:31:18 +0000 (15:31 -0700)
committerGitHub <noreply@github.com>
Mon, 13 May 2019 22:31:18 +0000 (15:31 -0700)
Try escaping the ()

Commit migrated from https://github.com/dotnet/corefx/commit/5b9efef3d1dc97934c702c3602dd89e22d92dc8c

eng/pipelines/libraries/windows.yml

index ca349a9..f2f95e4 100644 (file)
@@ -126,12 +126,12 @@ jobs:
 
         - ${{ if eq(parameters.isOfficialBuild, 'false') }}:
           - netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.ClientRS4.ES.Open
-          - nanoQueues: (Windows.Nano.1803.Amd64.Open)windows.10.amd64.serverrs4.open@mcr.microsoft.com/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
+          - nanoQueues: \(Windows.Nano.1803.Amd64.Open\)windows.10.amd64.serverrs4.open@mcr.microsoft.com/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
           - uapNetfxQueues: Windows.10.Amd64.ClientRS5.Open
 
         - ${{ if eq(parameters.isOfficialBuild, 'true') }}:
           - netcoreappWindowsQueues: Windows.7.Amd64+Windows.81.Amd64+Windows.10.Amd64.Core+Windows.10.Amd64.ClientRS4
-          - nanoQueues: (Windows.Nano.1803.Amd64)windows.10.amd64.serverrs4@mcr.microsoft.com/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
+          - nanoQueues: \(Windows.Nano.1803.Amd64\)windows.10.amd64.serverrs4@mcr.microsoft.com/dotnet-buildtools/prereqs:nanoserver-1803-helix-amd64-05227e1-20190509225944
           - uapNetfxQueues: Windows.10.Amd64.ClientRS5
           - windowsArmQueue: Windows.10.Arm64