Skip to content

Commit

Permalink
Fix AzDO task
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Feb 7, 2025
1 parent e6f0084 commit 657cc0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azdo-task/DevcontainersCi/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@
"description": "The output of the command specified in the runCmd input"
}],
"execution": {
"Node10": {
"Node16": {
"target": "run-main.js",
"argumentFormat": ""
}
},
"postjobexecution": {
"Node10": {
"Node16": {
"target": "run-post.js",
"argumentFormat": ""
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-azdo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "Publishing private extension version..."
tfx extension publish --token "$AZDO_TOKEN" --vsix "$vsix_file" --override "{\"public\": false, \"publisher\": \"devcontainers-dev\"}" --share-with monacotools

echo "Uninstalling private extension"
tfx extension uninstall --token "$AZDO_TOKEN" --service-url "$AZDO_ORG" --extension-id "ci" --publisher "devcontainers-dev" || true
AZURE_DEVOPS_EXT_PAT="$AZDO_TOKEN" az devops extension uninstall --organization "$AZDO_ORG" --extension-id "ci" --publisher-id "devcontainers-dev" --yes --verbose || true

echo "Installing private extension"
tfx extension install --token "$AZDO_TOKEN" --vsix "$vsix_file" --service-url "$AZDO_ORG"
Expand Down

0 comments on commit 657cc0a

Please sign in to comment.