We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20b858 commit 1c29404Copy full SHA for 1c29404
1 file changed
eng/common/pipelines/templates/steps/verify-codeowners.yml
@@ -2,6 +2,12 @@ parameters:
2
- name: ArtifactPath
3
type: string
4
default: $(Build.ArtifactStagingDirectory)/PackageInfo
5
+ - name: Artifacts
6
+ # Compatibility: Removing the Artifacts param breaks eng/common. Keeping it
7
+ # here for now to avoid breaking changes. This can be removed once the .NET
8
+ # invocation of this template is updated to omit Artifacts
9
+ type: object
10
+ default: []
11
- name: EnablePrValidation
12
type: boolean
13
default: false
0 commit comments