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 1f46014 commit 2261767Copy full SHA for 2261767
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -115,10 +115,10 @@ stages:
115
-Destination $OutDir
116
Write-Host "Contents of $OutDir"
117
Get-ChildItem -Path $OutDir | ForEach-Object { Write-Host $_.FullName }
118
- displayName: Copy crate for ESRP
+ displayName: 'Copy crate for ESRP: ${{artifact.name}}'
119
120
- task: EsrpRelease@10
121
- displayName: 'ESRP Release'
+ displayName: 'ESRP Release: ${{artifact.name}}'
122
inputs:
123
connectedservicename: 'Azure SDK PME Managed Identity'
124
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
0 commit comments