Skip to content

Commit

Permalink
Update and rename .azure-pipelines.ix.yml to azure-pipelines.ix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Sep 15, 2018
1 parent a6a2b06 commit 12f30a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .azure-pipelines.ix.yml → azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ trigger:
- .editorconfig
- .azure-pipelines.ix.yml

queue: Hosted VS2017
pool:
vmImage: vs2017-win2016

variables:
BuildConfiguration: Release

Expand Down Expand Up @@ -57,4 +59,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 12f30a7

Please sign in to comment.