Skip to content

Commit

Permalink
updated the azure pipeline to use hosted names, not image names
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Mar 12, 2019
1 parent f18e5a1 commit 131d66a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ pr:
jobs:
- job: Linux
pool:
# macOS-10.13
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent name: Hosted Ubuntu 1604
vmImage: 'Ubuntu 16.04'
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent
name: Hosted Ubuntu 1604
demands: npm
steps:
- task: NodeTool@0
Expand Down Expand Up @@ -48,9 +47,8 @@ jobs:

- job: Windows
pool:
# macOS-10.13
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent
vmImage: 'vs2017-win2016'
name: Hosted VS2017
demands: npm
steps:
- task: NodeTool@0
Expand Down Expand Up @@ -91,7 +89,7 @@ jobs:
- job: macOS
pool:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent
vmImage: macos-10.13
name: Hosted macOS
demands: npm
strategy:
matrix:
Expand Down Expand Up @@ -147,7 +145,7 @@ jobs:
# condition: and(succeeded('macOS'), succeeded('Linux'), succeeded('Windows'))
# pool:
# # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent
# vmImage: macos-10.13
# name: Hosted macOS
# demands: npm
# steps:
# - task: NodeTool@0
Expand Down

0 comments on commit 131d66a

Please sign in to comment.