azdo-cli 0.17.0-feature-worktree-cleanup-docs.647 → 0.18.0-develop.649

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3677,7 +3677,7 @@ async function resolveRepositoryId(context, repo, cred) {
3677
3677
  return repository.id;
3678
3678
  }
3679
3679
  function buildWorkItemArtifactUri(projectId, repositoryId, prId) {
3680
- return `vstfs:///Git/PullRequestId/${projectId}/${repositoryId}/${prId}`;
3680
+ return `vstfs:///Git/PullRequestId/${encodeURIComponent(projectId)}%2F${encodeURIComponent(repositoryId)}%2F${prId}`;
3681
3681
  }
3682
3682
  function buildWorkItemUrl2(context, workItemId) {
3683
3683
  const url = new URL(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azdo-cli",
3
- "version": "0.17.0-feature-worktree-cleanup-docs.647",
3
+ "version": "0.18.0-develop.649",
4
4
  "description": "Azure DevOps CLI tool",
5
5
  "type": "module",
6
6
  "bin": {