Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Migrate to 1ES hosted pools #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
name: Hosted VS2017
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2017
demands:
- agent.os -equals Windows_NT
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2017
strategy:
matrix:
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
Expand Down