We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297fcda commit 6095f0eCopy full SHA for 6095f0e
.azure-pipelines.rx.yml renamed to azure-pipelines.rx.yml
@@ -7,9 +7,10 @@ trigger:
7
include:
8
- Rx.NET/Source/*
9
- .editorconfig
10
- - .azure-pipelines.rx.yml
+ - azure-pipelines.rx.yml
11
12
-queue: Hosted VS2017
+pool:
13
+ vmImage: vs2017-win2016
14
15
variables:
16
BuildConfiguration: Release
@@ -82,4 +83,4 @@ steps:
82
83
PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts
84
ArtifactName: artifacts
85
publishLocation: Container
- condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
86
+ condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
0 commit comments