Skip to content

Commit 6095f0e

Browse files
author
Oren Novotny
authored
Update and rename .azure-pipelines.rx.yml to azure-pipelines.rx.yml
1 parent 297fcda commit 6095f0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.azure-pipelines.rx.yml renamed to azure-pipelines.rx.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ trigger:
77
include:
88
- Rx.NET/Source/*
99
- .editorconfig
10-
- .azure-pipelines.rx.yml
10+
- azure-pipelines.rx.yml
1111

12-
queue: Hosted VS2017
12+
pool:
13+
vmImage: vs2017-win2016
1314

1415
variables:
1516
BuildConfiguration: Release
@@ -82,4 +83,4 @@ steps:
8283
PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts
8384
ArtifactName: artifacts
8485
publishLocation: Container
85-
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
86+
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 commit comments

Comments
 (0)