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 fe37155 commit 5a3fabfCopy full SHA for 5a3fabf
eng/pipelines/templates/stages/archetype-python-release.yml
@@ -162,6 +162,7 @@ stages:
162
SkipDefaultCheckout: true
163
Paths:
164
- sdk/**/*.md
165
+ - .github/CODEOWNERS
166
- download: current
167
- template: /eng/common/pipelines/templates/steps/update-docsms-metadata.yml
168
parameters:
@@ -270,6 +271,7 @@ stages:
270
271
272
273
274
275
276
- pwsh: |
277
Get-ChildItem -Recurse $(Pipeline.Workspace)/${{parameters.ArtifactName}}/
0 commit comments