Skip to content

Commit

Permalink
Merge pull request #1431 from microsoft/revert-1430-publish-main
Browse files Browse the repository at this point in the history
Revert "Remove branch check on publishing tasks"
  • Loading branch information
rasaha91 authored Sep 10, 2022
2 parents f4967f3 + d7df0ef commit af44954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
pool: cxeiss-ubuntu-20-04-large
timeoutInMinutes: 120 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
condition: contains(variables['Build.SourceBranchName'], '-stable')
dependsOn:
- Compliance
steps:
Expand Down

0 comments on commit af44954

Please sign in to comment.