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 1cc225f commit ace0b79Copy full SHA for ace0b79
eng/pipelines/templates/stages/archetype-js-release.yml
@@ -152,7 +152,7 @@ stages:
152
steps:
153
- checkout: self
154
- pwsh: |
155
- $adjustedName = "${{artifact.name}}".Replace("azure-", "")
+ $adjustedName = "${{artifact.name}}" -replace "^azure-", ""
156
Write-Host "##vso[task.setvariable variable=Documentation.Zip]$adjustedName"
157
displayName: Set Documentation File Name
158
- template: /eng/pipelines/templates/steps/stage-artifacts.yml
0 commit comments