Skip to content

Commit

Permalink
Add conditions to test pipeline generation. (Azure#16166)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitch Denny <midenn@microsoft.com>
  • Loading branch information
azure-sdk and mitchdenny authored Oct 22, 2020
1 parent 0c569a8 commit 46885d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/common/pipelines/templates/steps/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ steps:
--debug
${{parameters.TestsConventionOptions}}
displayName: Create Live Test pipelines for public repository
condition: ne(variables['TestsConventionOptions'],'')
env:
PATVAR: $(azuresdk-azure-sdk-devops-pipeline-generation-pat)
Expand Down Expand Up @@ -131,5 +132,6 @@ steps:
--no-schedule
${{parameters.TestsConventionOptions}}
displayName: Create Live Test pipelines for private repository
condition: ne(variables['TestsConventionOptions'],'')
env:
PATVAR: $(azuresdk-azure-sdk-devops-pipeline-generation-pat)

0 comments on commit 46885d9

Please sign in to comment.