We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68232ec commit fe7f5b9Copy full SHA for fe7f5b9
eng/common/pipelines/templates/steps/prepare-pipelines.yml
@@ -71,6 +71,7 @@ steps:
71
--debug
72
${{parameters.TestsConventionOptions}}
73
displayName: Create Live Test pipelines for public repository
74
+ condition: ne(variables['TestsConventionOptions'],'')
75
env:
76
PATVAR: $(azuresdk-azure-sdk-devops-pipeline-generation-pat)
77
@@ -131,5 +132,6 @@ steps:
131
132
--no-schedule
133
134
displayName: Create Live Test pipelines for private repository
135
136
137
0 commit comments