From 6095f0ec52db84615b7d21ad64f66e3c61d43cf3 Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Sat, 15 Sep 2018 14:08:13 -0400 Subject: [PATCH] Update and rename .azure-pipelines.rx.yml to azure-pipelines.rx.yml --- .azure-pipelines.rx.yml => azure-pipelines.rx.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename .azure-pipelines.rx.yml => azure-pipelines.rx.yml (97%) diff --git a/.azure-pipelines.rx.yml b/azure-pipelines.rx.yml similarity index 97% rename from .azure-pipelines.rx.yml rename to azure-pipelines.rx.yml index ab1a5279a4..27e4d09264 100644 --- a/.azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -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 @@ -82,4 +83,4 @@ steps: PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts ArtifactName: artifacts publishLocation: Container - condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) \ No newline at end of file + condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))