Add Skip.SetTestPipelineVersion to allow overidiing of use of BuildID for test version (#17519)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
Родитель
6ccd67cb3d
Коммит
9e79f881ac
|
@ -4,10 +4,10 @@ parameters:
|
|||
TestPipeline: false
|
||||
|
||||
steps:
|
||||
- ${{if eq(parameters.TestPipeline, 'true')}}:
|
||||
- ${{ if eq(parameters.TestPipeline, 'true') }}:
|
||||
- task: PowerShell@2
|
||||
displayName: Prep template pipeline for release
|
||||
condition: succeeded()
|
||||
condition: and(succeeded(), ne(variables['Skip.SetTestPipelineVersion'], 'true'))
|
||||
inputs:
|
||||
pwsh: true
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
|
|
Загрузка…
Ссылка в новой задаче