Skip to content

Commit

Permalink
Update eng/pipelines/templates/stages/archetype-sdk-client.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen authored Mar 25, 2024
1 parent aaaa46d commit 24e209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extends:
Artifacts: ${{ parameters.Artifacts }}
${{ if eq(parameters.ServiceDirectory, 'template') }}:
TestPipeline: true
RunUnitTests: false
RunUnitTests: ${{ parameters.RunUnitTests }}
MatrixConfigs:
- ${{ each config in parameters.MatrixConfigs }}:
- ${{ config }}
Expand Down

0 comments on commit 24e209d

Please sign in to comment.