Description
The Azure DevOps setup-azd extension release pipeline failed while installing tfx-cli, before the extension could be published.
EngSys has been notified and is investigating. This issue tracks the failure and the work needed to unblock the release.
Failure
- Pipeline:
azure-dev - azdo-extension
- Build: 6663602
- Stage/job:
PublishManual / Publish_Release
- Task:
TfxInstaller@5 (5.0.549), Install tfx-cli for release
- Error:
##[error]Unable to find Tfx version '0.23.x'
The pipeline requests version: 0.23.x in eng/pipelines/templates/stages/azuredevops-publish-manual.yml. npm currently lists published 0.23.x versions, including 0.23.4, so this appears to be a resolution/download issue in the release task or its environment rather than a missing npm package.
Expected behavior
The release job installs a compatible tfx-cli version and proceeds to publish the signed VSIX.
Follow-up
Description
The Azure DevOps
setup-azdextension release pipeline failed while installingtfx-cli, before the extension could be published.EngSys has been notified and is investigating. This issue tracks the failure and the work needed to unblock the release.
Failure
azure-dev - azdo-extensionPublishManual/Publish_ReleaseTfxInstaller@5(5.0.549), Install tfx-cli for releaseThe pipeline requests
version: 0.23.xineng/pipelines/templates/stages/azuredevops-publish-manual.yml. npm currently lists published0.23.xversions, including0.23.4, so this appears to be a resolution/download issue in the release task or its environment rather than a missing npm package.Expected behavior
The release job installs a compatible
tfx-cliversion and proceeds to publish the signed VSIX.Follow-up
TfxInstaller@5cannot resolve0.23.x.setup-azdextension release and confirm publication succeeds.