TfsExtensions icon indicating copy to clipboard operation
TfsExtensions copied to clipboard

Extensions for TFS 2015+ such as custom Widgets (require TFS 2017) and Build Tasks

Results 21 TfsExtensions issues
Sort by recently updated
recently updated
newest added

The task has worked very well for over a year suddenly I am receiving Error message: Error: Could not queue the build because there were validation errors or warnings. i...

Hello! I have a pipeline with a parameter of type object so I can define an array to loop through: ![image](https://user-images.githubusercontent.com/75733876/201304849-13abd9ff-b7f5-43f4-9f73-b477f2da5dc2.png) I have a second pipeline that triggers the first...

It's not readily apparent to me from the documentation, can `TriggerBuild` task be used to trigger and wait on a release pipeline or only build pipelines? Trying to sequentially chain...

Hello How can I pass boolean buildParameter to the triggered build? Best, Arian

Hi! I'm trying to trigger pipeline **A** from pipeline **B** using the `TriggerBuild` task and I was wondering if it is possible to select the stages to run on pipeline...

Currently the task can only check if a build has succeeded or not. That means it triggers a rerun when result = partiallySucceeded or when result = failed. In some...

Hi, I would like to know is there any limitations why service connection authentication is not used for this task? If it is planned when could we expect this functionality?...

Hi @huserben! So unless I am doing something wrong, it looks like that your TriggerBuild@4 task does not support [runtime parameters](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/runtime-parameters?view=azure-devops&tabs=script) when passing `buildParameters`. More precisely, when the pipeline-to-be-triggered takes...

In Release pipeline (GUI view) attempted the following: But agent was scheduled on a system with unmatched demand value. Debug output from task: ``` 2023-10-30T23:30:10.6120595Z Using following Authentication Method: Personal...

I have Azure Devops pipeline A to tiger another pipeline (pipeline B in the same project). Here pipeline B has some object type parameters as below and parameters: envList: -...