Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Disable check which prevents artifacts from being generated by pull r…
Browse files Browse the repository at this point in the history
…equests. (#330)
  • Loading branch information
pieths authored and ganik committed Oct 15, 2019
1 parent d9a194c commit 96a19d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/ci/phase-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ phases:
# Publish build artifacts
- ${{ if or(eq(parameters.name, 'Linux_Ubuntu16'), eq(parameters.name, 'Windows'), eq(parameters.name, 'Mac')) }}:
- task: PublishBuildArtifacts@1
condition: and(always(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: Publish wheel file to VSTS artifacts
inputs:
pathToPublish: $(Build.SourcesDirectory)/target
Expand Down

0 comments on commit 96a19d7

Please sign in to comment.