Skip to content

Commit cda6821

Browse files
authored
Enable publishing of ExternalTfs to Marketplace (#1314)
The pipeline for publishing extensions on Marketplace was broken because app registration of canarytest-extensions-ci-tests-pipeline-connector service connection was not available (probably deleted from Azure portal). Error message: ERROR AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. As a mitigation step, the old SC is deleted and a new one with proper app registration is created by using the same name. The version number of ExternalTfs extension needs to be updated, because publishing of test extension was successfully done before pipeline for running CI tests failed and we won't be able to run it again (version number must be increased).
1 parent 6317958 commit cda6821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/ExternalTfs/Src/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1.0,
33
"id": "vss-services-externaltfs",
4-
"version": "16.265.0",
4+
"version": "16.266.0",
55
"name": "TFS artifacts for Release Management",
66
"publisher": "ms-vscs-rm",
77
"description": "Deploy external TFS/ Azure DevOps artifacts using Release Management",

0 commit comments

Comments
 (0)