Skip to content

Commit 1c29404

Browse files
danieljurekazure-sdk
authored andcommitted
Fix compat
1 parent a20b858 commit 1c29404

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

eng/common/pipelines/templates/steps/verify-codeowners.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ parameters:
22
- name: ArtifactPath
33
type: string
44
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: []
511
- name: EnablePrValidation
612
type: boolean
713
default: false

0 commit comments

Comments
 (0)