Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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