Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273f51f commit 48b1f37Copy full SHA for 48b1f37
1 file changed
.vsts/docs.yml
@@ -37,6 +37,7 @@ steps:
37
38
- task: PublishBuildArtifacts@1
39
displayName: 'Publish build'
40
+ condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
41
inputs:
42
PathToPublish: '$(build.sourcesDirectory)/Doc/build'
43
ArtifactName: build
0 commit comments