Skip to content

Commit

Permalink
Fix yml bug for testPipeline parameter (#16199)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Oct 23, 2020
1 parent a0cfc53 commit e4a85e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
Artifacts: []
TestPipeline: false
ArtifactName: 'not-specified'
# Publish to https://dev.azure.com/azure-sdk/public/_packaging?_a=feed&feed=azure-sdk-for-net
DevOpsFeedId: '29ec6040-b234-4e31-b139-33dc4287b756/fa8c16a3-dbe0-4de2-a297-03065ec1ba3f'
Expand Down
3 changes: 3 additions & 0 deletions eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ parameters:
- name: Artifacts
type: object
default: []
- name: TestPipeline
type: boolean
default: false
- name: ArtifactName
type: string
default: packages
Expand Down

0 comments on commit e4a85e5

Please sign in to comment.