azure-devops

VSTS login fails with 401 not authorized - [user] has multiple accounts associated with it

廉价感情. 提交于 2021-02-10 05:51:39
问题 I try to give new users in our domain access to our VSTS. We have MSDN enterprise subscriptions via MPN. The subscription is assigned and visible for the user if he logs in my.visualstudio.com with his work account. If the user tries to access the VSTS at [ourprojects].visualstudio.com he gets “VSTS login fails with 401 not authorized – [user] has multiple accounts associated with it. Your work or school account does not have access to [ourprojects].visualstudio.com, but your personal account

Azure Pipelines agent proxy settings not working as expected

痴心易碎 提交于 2021-02-10 05:19:11
问题 When configuring a local build agent on a Windows 2016 server, I use the following proxy config settings: .\config.cmd --proxyurl http://192.3.4.5:8080 --sslskipcertvalidation This allows the build server to connect to Azure DevOps behind the proxy without issues, however the powershell build is having trouble connecting out to the internet. I solved this by setting an environmental variable at the beginning of the build command as such: $env:http_proxy = "192.3.4.5:8080" The final issue is a

SDK directory is not writable when building Android project on Ubuntu agent of Azure Pipelines

吃可爱长大的小学妹 提交于 2021-02-08 15:53:53
问题 I'm configuring my build pipeline for an Android project. So far, all of my steps are working perfectly on Hosted VS2017 agent, including fetching the code, building with gradlew, publishing the artifact and deploying it to AppCenter. However, on Hosted Ubuntu 1604, there are a few problems with gradlew step. On VS2017 agent, this works with just: .\gradlew assembleDebug On Ubuntu 1604, this is what I'm having right now: chmod 775 gradlew chmod 775 /usr/local/lib/android/sdk --> The fix I'm

SDK directory is not writable when building Android project on Ubuntu agent of Azure Pipelines

余生长醉 提交于 2021-02-08 15:53:33
问题 I'm configuring my build pipeline for an Android project. So far, all of my steps are working perfectly on Hosted VS2017 agent, including fetching the code, building with gradlew, publishing the artifact and deploying it to AppCenter. However, on Hosted Ubuntu 1604, there are a few problems with gradlew step. On VS2017 agent, this works with just: .\gradlew assembleDebug On Ubuntu 1604, this is what I'm having right now: chmod 775 gradlew chmod 775 /usr/local/lib/android/sdk --> The fix I'm

AzureDevOps Release pipeline with multiple artifacts

こ雲淡風輕ζ 提交于 2021-02-08 13:33:20
问题 Is it possible to have a single release pipeline with multiple artifacts that will trigger separate stages conditionally. Example: (Build Artifact 1) Build tags of Web (Build Artifact 2) Build tags of Identity When i setup my release pipeline I create one pipeline and add the (Build Artifact 1) -> Web Stage (Build Artifact 2) -> Identity Stage both of those artifacts are set trigger a release automatically and set to After Release The problem I have is that when I queue the build for (Build

AzureDevOps Release pipeline with multiple artifacts

坚强是说给别人听的谎言 提交于 2021-02-08 13:33:07
问题 Is it possible to have a single release pipeline with multiple artifacts that will trigger separate stages conditionally. Example: (Build Artifact 1) Build tags of Web (Build Artifact 2) Build tags of Identity When i setup my release pipeline I create one pipeline and add the (Build Artifact 1) -> Web Stage (Build Artifact 2) -> Identity Stage both of those artifacts are set trigger a release automatically and set to After Release The problem I have is that when I queue the build for (Build

Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation

元气小坏坏 提交于 2021-02-08 13:09:18
问题 I am trying to setup Azure DevOps 'Release' Pipeline, when I am trying to add Azure Resource Manager service Connection, I am getting error like 'Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation. For troubleshooting refer to link. ' My Organization assigned me an Azure Professional Subscription account. When I click the Active Directory, I am getting error like 'Access denied. You do not have access. Looks like you don't have access

Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation

老子叫甜甜 提交于 2021-02-08 13:08:20
问题 I am trying to setup Azure DevOps 'Release' Pipeline, when I am trying to add Azure Resource Manager service Connection, I am getting error like 'Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation. For troubleshooting refer to link. ' My Organization assigned me an Azure Professional Subscription account. When I click the Active Directory, I am getting error like 'Access denied. You do not have access. Looks like you don't have access

Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation

青春壹個敷衍的年華 提交于 2021-02-08 13:06:48
问题 I am trying to setup Azure DevOps 'Release' Pipeline, when I am trying to add Azure Resource Manager service Connection, I am getting error like 'Failed to create an app in Azure Active Directory. Error: Insufficient privileges to complete the operation. For troubleshooting refer to link. ' My Organization assigned me an Azure Professional Subscription account. When I click the Active Directory, I am getting error like 'Access denied. You do not have access. Looks like you don't have access

How can I query work items (User Stories) that added into Sprint after Sprint Planning?

£可爱£侵袭症+ 提交于 2021-02-08 12:14:35
问题 In Azure DevOps, how can I drill down and get a list of which work items are added as total scope increase using queries or any other method? 回答1: If you want to list all newly added work items, we can use the field Created Date to get the result. In addition, the Sprint page list the work items via iteration path instead of date. Update1 We cannot list these work item in the azure devops now. You could add your request for this feature on our UserVoice site, which is our main forum for