Skip to content

Commit

Permalink
Add Skip.SetTestPipelineVersion to allow overidiing of use of BuildID…
Browse files Browse the repository at this point in the history
… for test version
  • Loading branch information
chidozieononiwu committed Sep 4, 2021
1 parent e2543d4 commit 7302560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
TestPipeline: false

steps:
- ${{if eq(parameters.TestPipeline, 'true')}}:
- ${{if and(eq(parameters.TestPipeline, 'true'), ne(variables['Skip.SetTestPipelineVersion'], 'true')) }}:
- task: PowerShell@2
displayName: Prep template pipeline for release
condition: succeeded()
Expand Down

0 comments on commit 7302560

Please sign in to comment.