Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Feature: Migrate off preview vsts queues (#685)
Browse files Browse the repository at this point in the history
* update syntax, switch to non-preview pools

* debug condition

* remove debug trigger

* typo
  • Loading branch information
jafreck authored Nov 19, 2018
1 parent 5379b00 commit a91690b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: $(Build.SourceBranch)$(Rev:.r)
trigger:
- master

phases:
- phase: Test
queue: Hosted Linux Preview
jobs:
- job: Test
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: UsePythonVersion@0
inputs:
Expand Down

0 comments on commit a91690b

Please sign in to comment.