Skip to content

Commit

Permalink
Changed pool used for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ravensorb committed Jan 8, 2020
1 parent 8f65783 commit e9c6a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
- stage: build
jobs:
- job: Build
pool: Default
pool: Personal-Docker

variables:
- group: Invisionware.Collections
Expand Down Expand Up @@ -68,7 +68,7 @@ stages:
- stage: nuget_deploy
jobs:
- deployment: nuget_deploy
pool: Default
pool: Personal-Docker
environment: nuget
strategy:
runOnce:
Expand Down

0 comments on commit e9c6a72

Please sign in to comment.