From 098de8b1ee53838ed3ee51b0e148970c6fce96d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 3 Jun 2019 19:56:37 +0200 Subject: [PATCH] [ci] Remove spaces in pipeline-netcore-runtime.yml According to docs "names must contain only basic Latin alphabet letters (A-Z, a-z), numbers, and underscores (_)" --- scripts/ci/pipeline-netcore-runtime.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml index 21503875a70..309725eabe9 100644 --- a/scripts/ci/pipeline-netcore-runtime.yml +++ b/scripts/ci/pipeline-netcore-runtime.yml @@ -14,15 +14,15 @@ jobs: - job: Build strategy: matrix: - Linux x64: + Linux_x64: poolname: Hosted Ubuntu 1604 manifest: linux-x64 sed: sed - Windows x64: + Windows_x64: poolname: Hosted VS2017 manifest: win-x64 sed: sed - OSX x64: + OSX_x64: poolname: Hosted macOS manifest: osx-x64 sed: gsed -- 2.11.4.GIT