Skip to content

Commit

Permalink
updated piplines
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Jun 6, 2019
1 parent f288e18 commit 33585f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stages:

- stage: deploy
displayName: Deploy Artifacts
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
jobs:
- deployment: MyGet
displayName: MyGet.org
Expand Down

0 comments on commit 33585f7

Please sign in to comment.