From 05ce65aed96ec51f05520137cca65ac20678b282 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Mon, 10 Sep 2018 10:38:41 -0700 Subject: [PATCH] Use DotNetCore-Windows pool for internal builds --- .vsts-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 5b8a0d7..d9703d6 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -17,9 +17,7 @@ phases: ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: name: Hosted VS2017 ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - name: DotNetCore-Build - demands: - - agent.os -equals Windows_NT + name: DotNetCore-Windows parallel: 2 matrix: ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: