From 77e24b00c630f2cb779987fd92c947e0b08279ae Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Thu, 30 May 2019 13:04:37 -0700 Subject: [PATCH] Remove demands on the agent OS --- .vsts-dotnet-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vsts-dotnet-ci.yml b/.vsts-dotnet-ci.yml index 8c6db4fef..f45ea1406 100644 --- a/.vsts-dotnet-ci.yml +++ b/.vsts-dotnet-ci.yml @@ -5,8 +5,6 @@ phases: agentOs: Windows_NT queue: name: Hosted VS2017 - demands: - - agent.os -equals Windows_NT parallel: 2 matrix: Build_Debug: @@ -23,8 +21,6 @@ phases: dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343 queue: name: Hosted Ubuntu 1604 - demands: - - agent.os -equals Linux parallel: 2 matrix: Build_Debug: @@ -40,8 +36,6 @@ phases: agentOs: Darwin queue: name: Hosted macOS Preview - demands: - - agent.os -equals Darwin parallel: 2 matrix: Build_Debug: -- 2.34.1