File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -227,33 +227,3 @@ stages:
227227 downloadType : " single"
228228 artifactName : " extensions"
229229 downloadPath : " $(System.ArtifactsDirectory)"
230-
231- - task : PublishAzureDevOpsExtension@4
232- displayName : " Publish SonarCloud dogfood extension"
233- inputs :
234- connectTo : " VsTeam"
235- connectedServiceName : " AzDO Extension - Marketplace - Dogfood"
236- fileType : " vsix"
237- vsixFile : " $(System.ArtifactsDirectory)/extensions/dogfood/sonar-scanner-azdo-$(scExtensionVersion)-sonarcloud.vsix"
238- extensionName : " [Dogfood] SonarCloud"
239- extensionId : " sonarcloud-dogfood"
240- updateTasksVersion : false
241- updateTasksId : false
242- extensionVisibility : " private"
243- shareWith : " sonarsource"
244- cwd : " $(System.ArtifactsDirectory)"
245-
246- - task : PublishAzureDevOpsExtension@4
247- displayName : " Publish SonarQube Server dogfood extension"
248- inputs :
249- connectTo : " VsTeam"
250- connectedServiceName : " AzDO Extension - Marketplace - Dogfood"
251- fileType : " vsix"
252- vsixFile : " $(System.ArtifactsDirectory)/extensions/dogfood/sonar-scanner-azdo-$(sqExtensionVersion)-sonarqube.vsix"
253- extensionName : " [Dogfood] SonarQube Server"
254- extensionId : " sonarqube-dogfood"
255- updateTasksVersion : false
256- updateTasksId : false
257- extensionVisibility : " private"
258- shareWith : " sonarsource"
259- cwd : " $(System.ArtifactsDirectory)"
You can’t perform that action at this time.
0 commit comments