Add conditions to test pipeline generation. (#840)
Co-authored-by: Mitch Denny <midenn@microsoft.com>
This commit is contained in:
parent
fb53bde6a8
commit
61dab6d92c
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user