Browse Source

Only upload docs for CI build and not pull requests (GH-6945)

pull/1820/merge
Steve Dower 8 years ago
committed by GitHub
parent
commit
48b1f3773c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .vsts/docs.yml

1
.vsts/docs.yml

@ -37,6 +37,7 @@ steps:
- task: PublishBuildArtifacts@1
displayName: 'Publish build'
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
inputs:
PathToPublish: '$(build.sourcesDirectory)/Doc/build'
ArtifactName: build

Loading…
Cancel
Save