From e9c6a7292e30a4bc69895a9762897364e74ffc3a Mon Sep 17 00:00:00 2001 From: ravensorb Date: Wed, 8 Jan 2020 08:01:32 -0500 Subject: [PATCH] Changed pool used for builds --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cf283b..6a9a8e5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,7 @@ stages: - stage: build jobs: - job: Build - pool: Default + pool: Personal-Docker variables: - group: Invisionware.Collections @@ -68,7 +68,7 @@ stages: - stage: nuget_deploy jobs: - deployment: nuget_deploy - pool: Default + pool: Personal-Docker environment: nuget strategy: runOnce: