Skip to content

Commit 745d967

Browse files
azure-sdkscbedd
andauthored
pass along the artifact name so we can override it later (#20732)
Co-authored-by: scbedd <[email protected]>
1 parent 20b4dd8 commit 745d967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/common/pipelines/templates/steps/detect-api-changes.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
parameters:
22
ArtifactPath: $(Build.ArtifactStagingDirectory)
33
Artifacts: []
4+
ArtifactName: 'packages'
45

56
steps:
67
- pwsh: |
@@ -20,6 +21,7 @@ steps:
2021
-PullRequestNumber $(System.PullRequest.PullRequestNumber)
2122
-RepoFullName $(Build.Repository.Name)
2223
-APIViewUri $(ApiChangeDetectRequestUrl)
24+
-ArtifactName ${{ parameters.ArtifactName }}
2325
pwsh: true
2426
displayName: Detect API changes
2527
condition: and(succeededOrFailed(), eq(variables['Build.Reason'],'PullRequest'))

0 commit comments

Comments
 (0)