You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JS api parser is installed from Azure DevOps feed azure-sdk-for-js. Npm install uses anonymous installation with read only access hence it fails if a new version is available in upstream for any dependency.
Solution: Update the installation step to use @local feed to avoid checking upstream for any dependency version during installation.
Changes required in:
APIView deployment pipeline
JS SDK pipeline
TypeSpec JS code gen pipeline
The text was updated successfully, but these errors were encountered:
JS api parser is installed from Azure DevOps feed azure-sdk-for-js. Npm install uses anonymous installation with read only access hence it fails if a new version is available in upstream for any dependency.
Solution: Update the installation step to use
@local
feed to avoid checking upstream for any dependency version during installation.Changes required in:
The text was updated successfully, but these errors were encountered: