Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 391097b

Browse files
committed
Use the same pool vmImage
1 parent e2c5789 commit 391097b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Add steps that publish symbols, save build artifacts, and more:
44
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
55

6+
pool:
7+
vmImage: 'windows-latest'
8+
69
jobs:
710
- job: build_and_test
811
displayName: 'Build and test GitHub for Visual Studio and GitHub Essentials'
912

10-
pool:
11-
vmImage: 'windows-latest'
12-
1313
strategy:
1414
maxParallel: 2
1515
matrix:
@@ -87,8 +87,6 @@ jobs:
8787

8888
- job: publish
8989
displayName: 'Publish GitHub for Visual Studio and GitHub Essentials'
90-
pool:
91-
vmImage: 'windows-latest'
9290
steps:
9391
- task: PublishBuildArtifacts@1
9492
inputs:

0 commit comments

Comments
 (0)