Azure devops pipeline
4 TopicsAzureDevops pipeline - Test result trend does not match test reult
I have a scheduler job in azure devops that runs nightly and the test result report is almost like this for each day. Some passed som failed etc. but when I check the trend link, it is like this What I do not understand here is, why the trend only shows the failed and not the passed tests. Is there any thing in config anywhere I can change to fix this?575Views0likes0CommentsAzure File copy task v4 and later causes 403 error
I've configured a release pipeline in ADO which copies some files to a Storage Account. Using Azure File copy task version 6 consistently fails with a 403 error. RESPONSE Status: 403 This request is not authorized to perform this operation using this permission. After much wasted time checking IP restrictions, checking access and recreating service connections I tried using an earlier version of the task that some other pipelines which do the same thing were using. I found that using version 4 or later of the file copy task causes the issue. Setting the task version to 3 works. Are there any known issues around this?23Views0likes1Comment