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

We have "Number of retries if task failed" option for all the azure devops tasks to re-run the task if it fails. Actual: In case of Trigger Build task, when...

Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [gulp-mocha](https://github.com/sindresorhus/gulp-mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.20 to 3.3.3 Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size...

dependencies

First, thanks for this extension, its great! I have written many build triggers with your add on and they work fine. But lately, something has changed in my AZDO project...

Hi, I have a pipeline that uses TriggerBuild@4 to trigger another pipeline, and I have it to send something like `templateParameters: 'Foo:$Var'` And in some cases, $Var would contain comma,...

When using the built-in build completion trigger in azure devops, the predefined variable [Build.TriggeredBy.BuildId](https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml) is set to the build id of the triggering build. The Trigger Build Task could pass...

Since this task seems to use Node version 10, there is a warning on pipeline execution: `##[warning]Task 'Trigger Build' version 4 (TriggerBuild@4) is dependent on a Node version (10) that...

After upgrading to Version Azure DevOps Server 2022.2 (AzureDevopsServer_20240806.7), Queue Build for user that triggered original build option that is checked does not occur. Triggered build now shows user credentials...

Hi I am trying to access the BuildDefinition Name or ID in the child pipeline. Not able to use Build.TriggererredBy.DefinitionID. Also try to pass "additional template parameters for the build"....