Skip to content

Commit 12f30a7

Browse files
author
Oren Novotny
authored
Update and rename .azure-pipelines.ix.yml to azure-pipelines.ix.yml
1 parent a6a2b06 commit 12f30a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure-pipelines.ix.yml renamed to azure-pipelines.ix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ trigger:
99
- .editorconfig
1010
- .azure-pipelines.ix.yml
1111

12-
queue: Hosted VS2017
12+
pool:
13+
vmImage: vs2017-win2016
14+
1315
variables:
1416
BuildConfiguration: Release
1517

@@ -57,4 +59,4 @@ steps:
5759
PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts
5860
ArtifactName: artifacts
5961
publishLocation: Container
60-
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
62+
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 commit comments

Comments
 (0)