Skip to content

Commit

Permalink
Update and rename .azure-pipelines.rx.yml to azure-pipelines.rx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Sep 15, 2018
1 parent 297fcda commit 6095f0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .azure-pipelines.rx.yml → azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ trigger:
include:
- Rx.NET/Source/*
- .editorconfig
- .azure-pipelines.rx.yml
- azure-pipelines.rx.yml

queue: Hosted VS2017
pool:
vmImage: vs2017-win2016

variables:
BuildConfiguration: Release
Expand Down Expand Up @@ -82,4 +83,4 @@ steps:
PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts
ArtifactName: artifacts
publishLocation: Container
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 comments on commit 6095f0e

Please sign in to comment.