Relative Content

Tag Archive for azure-devopsazure-pipelines

How can I check which demands were placed on an Azure DevOps Pipelines run?

When creating a pipeline run manually (i.e. not from a trigger) you can specify demands, which I sometimes do if I want to check the run on a specific agent within the specified pool (e.g. “Agent.Name” equals “blah”). However, after the run has been scheduled, is there any way to check which demands were configured for that run?

Syncing Github repository to AzureDevOps Repository

What Im trying to do is to sync repository in azuredevops to a repository in github. I did some googling and I stumbled into this article. It did not work right away but with minor modifications I was able to run the script from local Powershell successfully where the repository ADevops was populated from Github: