File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
azdo-task/DevcontainersCi Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ echo "Publishing private extension version..."
1717tfx extension publish --token " $AZDO_TOKEN " --vsix " $vsix_file " --override " {\" public\" : false, \" publisher\" : \" devcontainers-dev\" }" --share-with monacotools
1818
1919echo " 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
2222echo " Installing private extension"
2323tfx extension install --token " $AZDO_TOKEN " --vsix " $vsix_file " --service-url " $AZDO_ORG "
You can’t perform that action at this time.
0 commit comments