azure-devops-extensions

Manifest icons in custom Azure DevOps extension hubs and hub groups

孤者浪人 提交于 2021-02-19 06:33:51
问题 I am developing an Azure DevOps extension. Experimenting with the DevOps UI extension sample raises a question for me. I enabled the Preview features in Azure DevOps having a more fancy UI. Azure default hubs and hub groups like Tests, Repos and so on do have a nice coloured icons in the menu bar. Whereas my custom Sample UI do not. They are just grey. And it looks like I cannot manifest icons for my custom hubs and hub groups. Anybody here who knows more about this issue? 回答1: Follow this

Azure DevOps extensions - what language can I use?

拥有回忆 提交于 2021-02-16 09:32:10
问题 I want to develop a DevOps hub plugin that gets work item details and generates a PDF. I have viewed the samples that all seem to use typescript: https://docs.microsoft.com/en-us/azure/devops/extend/develop/samples-overview?view=azure-devops. I'm having trouble understanding the context that the code runs in, does it run on the server or in the browser? I know I need to use a web server as I have made a test hub plug in and is running from my local web server. I would prefer to be able to use

Creating a dashboard for the last branch deployed through pipelines

白昼怎懂夜的黑 提交于 2021-02-11 12:29:37
问题 I want to create at-a-glance visibility of what was most recently deployed. I tried the deployment status widget but we don't use release pipelines so it doesn't work for us https://docs.microsoft.com/en-us/azure/devops/report/dashboards/widget-catalog?view=azure-devops#deployment-status-widget. I tried reviewing the rest of the catalog but nothing seems to fit. Does anyone have a solution for this problem? 回答1: It seems you are talking about YAML pipeline. The Release Pipeline Overview

console error regarding permissions for ms.vss-web.platform

北战南征 提交于 2021-02-10 06:14:41
问题 I am developing an Azure DevOps extension and I keep seeing the below error in my console. I am quite confused because the extension itself has no issues access all the API endpoints I need and nowhere else in the program do I get errors. I am frankly not even sure which of the azure devops npm dependencies I have is the issue. I presume its in the internal auth for the sdk. ms.vss-web.platform-content.es6.PRFIe__3y_bOOZcQR.min.js:1 No permissions found for security namespace '2e9eb7ed-3c0a

console error regarding permissions for ms.vss-web.platform

拈花ヽ惹草 提交于 2021-02-10 06:14:25
问题 I am developing an Azure DevOps extension and I keep seeing the below error in my console. I am quite confused because the extension itself has no issues access all the API endpoints I need and nowhere else in the program do I get errors. I am frankly not even sure which of the azure devops npm dependencies I have is the issue. I presume its in the internal auth for the sdk. ms.vss-web.platform-content.es6.PRFIe__3y_bOOZcQR.min.js:1 No permissions found for security namespace '2e9eb7ed-3c0a

Can we configure CI for iOS apps with extensions with AzureDevOps

妖精的绣舞 提交于 2021-01-29 08:08:28
问题 We are in process of creating CI builds for iOS apps using Azure DevOps. I am following this link, to create build definitions. Could anyone guide me on how to build iOS apps with extensions in Azure DevOps During our research, we did come across Visual Studio app center as an option, are there any other tools or add-ons to achieve the same. 回答1: Building iOS apps with an extension is not supported by default iOS build task provided by Azure DevOps. The workaround is to create a shell script

How to set height of iframe embedded in VSTS hub

强颜欢笑 提交于 2021-01-29 05:42:57
问题 I have created a VSTS extension, follow a guide of add a hub. My extension will hold a iframe that render my website for my own job. i can show, but the height of the content in iframe of devops is very short. Here is my markup and code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="sdk/scripts/VSS.SDK.min.js"></script> <title>embedded iframe</title> </head> <body> <script type="text/javascript"> VSS.init(); VSS.ready(function () { var assetFrame = document

Are the Azure DevOps extensions for Slack affected by changing the Azure DevOps url?

萝らか妹 提交于 2021-01-01 06:38:20
问题 At the company, we will change the URL for the Azure Devops workspace from https://oldname.visualstudio.com to https://dev.azure.com/newname . We have a lot of connections to Slack in Azure DevOps using two approaches. Older links via service hooks in Azure Devops, new links are via slack applications Azure Repos and Azure Pipelines. Service hooks in Azure DevOps use Slack's Incoming webhooks, so they will not be affected. However, Microsoft prefers to use its Slack Azure Repos and Azure