Skip to content

Commit

Permalink
Fix Deployment Stage
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Mar 19, 2020
1 parent 674445c commit 7cc7b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ stages:
eq(variables['Build.SourceBranch'], 'refs/heads/master'),
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
),
contains(variables['System.TeamFoundationCollectionUri'], 'PlagueHO')
eq(variables['System.TeamFoundationCollectionUri'], 'https://dscottraynsford.visualstudio.com/')
)
jobs:
- job: Deploy_Module
Expand Down

0 comments on commit 7cc7b8b

Please sign in to comment.