Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Mar 19, 2020
1 parent c574923 commit 674445c
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'], 'dsccommunity')
contains(variables['System.TeamFoundationCollectionUri'], 'PlagueHO')
)
jobs:
- job: Deploy_Module
Expand Down

0 comments on commit 674445c

Please sign in to comment.