Skip to content

Commit

Permalink
Fix deploy step (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Oct 6, 2024
1 parent 61e94a1 commit 87ccac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ stages:
or(
eq(variables['Build.SourceBranch'], 'refs/heads/main'),
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
)
),
contains(variables['System.TeamFoundationCollectionUri'], 'dsccommunity')
)
jobs:
- job: Deploy_Module
Expand Down

0 comments on commit 87ccac1

Please sign in to comment.