Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 1572 (Azure#21037)
Browse files Browse the repository at this point in the history
* Update prepare pipelines template.

* Update prepare-pipelines as well.

* Remove default line.

Co-authored-by: Mitch Denny <midenn@microsoft.com>
  • Loading branch information
azure-sdk and mitchdenny authored Apr 29, 2021
1 parent 3106c8a commit a7fd82a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/common/pipelines/templates/steps/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:

steps:
- template: install-pipeline-generation.yml

- template: /eng/common/pipelines/templates/steps/set-default-branch.yml
# This covers our public repos.
- ${{ if not(endsWith(parameters.Repository, '-pr'))}}:
- script: >
Expand All @@ -30,7 +30,7 @@ steps:
--repository ${{parameters.Repository}}
--convention ci
--agentpool Hosted
--branch refs/heads/master
--branch refs/heads/$(DefaultBranch)
--patvar PATVAR
--debug
${{parameters.CIConventionOptions}}
Expand All @@ -48,7 +48,7 @@ steps:
--repository ${{parameters.Repository}}
--convention up
--agentpool Hosted
--branch refs/heads/master
--branch refs/heads/$(DefaultBranch)
--patvar PATVAR
--debug
${{parameters.UPConventionOptions}}
Expand All @@ -66,7 +66,7 @@ steps:
--repository ${{parameters.Repository}}
--convention tests
--agentpool Hosted
--branch refs/heads/master
--branch refs/heads/$(DefaultBranch)
--patvar PATVAR
--debug
${{parameters.TestsConventionOptions}}
Expand All @@ -88,7 +88,7 @@ steps:
--repository ${{parameters.Repository}}
--convention ci
--agentpool Hosted
--branch refs/heads/master
--branch refs/heads/$(DefaultBranch)
--patvar PATVAR
--debug
--no-schedule
Expand All @@ -107,7 +107,7 @@ steps:
--repository ${{parameters.Repository}}
--convention up
--agentpool Hosted
--branch refs/heads/master
--branch refs/heads/$(DefaultBranch)
--patvar PATVAR
--debug
--no-schedule
Expand All @@ -126,7 +126,7 @@ steps:
--repository ${{parameters.Repository}}
--convention tests
--agentpool Hosted
--branch refs/heads/master
--branch refs/heads/$(DefaultBranch)
--patvar PATVAR
--debug
--no-schedule
Expand Down

0 comments on commit a7fd82a

Please sign in to comment.