Unverified Kaydet (Commit) 48b1f377 authored tarafından Steve Dower's avatar Steve Dower Kaydeden (comit) GitHub

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

üst 273f51f5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment