Skip to content

Commit 657cc0a

Browse files
committed
Fix AzDO task
1 parent e6f0084 commit 657cc0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azdo-task/DevcontainersCi/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@
135135
"description": "The output of the command specified in the runCmd input"
136136
}],
137137
"execution": {
138-
"Node10": {
138+
"Node16": {
139139
"target": "run-main.js",
140140
"argumentFormat": ""
141141
}
142142
},
143143
"postjobexecution": {
144-
"Node10": {
144+
"Node16": {
145145
"target": "run-post.js",
146146
"argumentFormat": ""
147147
}

scripts/test-azdo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "Publishing private extension version..."
1717
tfx extension publish --token "$AZDO_TOKEN" --vsix "$vsix_file" --override "{\"public\": false, \"publisher\": \"devcontainers-dev\"}" --share-with monacotools
1818

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

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

0 commit comments

Comments
 (0)