watson / ci-info

Get details about the current Continuous Integration environment
MIT License
319 stars 49 forks source link

Adds Azure Pipelines & Team Foundation Server #115

Closed jessehouwing closed 11 months ago

jessehouwing commented 11 months ago

See: https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml

TF_BUILD Set to True if the script is being run by a build task.

This variable is agent-scoped, and can be used as an environment variable in a script and as a parameter in a build task, but not as part of the build number or as a version control tag.