Skip to content

Commit 2261767

Browse files
committed
Naming
1 parent 1f46014 commit 2261767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/templates/stages/archetype-rust-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ stages:
115115
-Destination $OutDir
116116
Write-Host "Contents of $OutDir"
117117
Get-ChildItem -Path $OutDir | ForEach-Object { Write-Host $_.FullName }
118-
displayName: Copy crate for ESRP
118+
displayName: 'Copy crate for ESRP: ${{artifact.name}}'
119119
120120
- task: EsrpRelease@10
121-
displayName: 'ESRP Release'
121+
displayName: 'ESRP Release: ${{artifact.name}}'
122122
inputs:
123123
connectedservicename: 'Azure SDK PME Managed Identity'
124124
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'

0 commit comments

Comments
 (0)