Skip to content

Commit

Permalink
Add conditions to test pipeline generation. (Azure#16675)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitch Denny <[email protected]>
  • Loading branch information
azure-sdk and mitchdenny authored Oct 22, 2020
1 parent 68232ec commit fe7f5b9
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 fe7f5b9

Please sign in to comment.