From 25c365682e11d1b2a83780688e99f58338c4292d Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 25 Feb 2019 14:22:00 +0000 Subject: [PATCH] Pipeline names can't contain spaces. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f34244..f3b87e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ resources: - repo: self phases: -- phase: "Linux Self Host" +- phase: LinuxSelfHost queue: name: 'Hosted Ubuntu 1604'