We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/run-number?view=azure-devops for use-cases for custom azure build pipeline names. In yaml it can be set via the "name" property like so:
trigger: - main name: '$(Date:yyyy.M.d).$(Rev:r)' variables: - group: pipeline-variables stages: ...
It would be nice to set it via the generation attribute too like so:
[AzurePipelines( AzurePipelinesImage.UbuntuLatest, InvokedTargets = [nameof(Test)], BuildName = "$(Date:yyyy.M.d).$(Rev:r)", TriggerBranchesInclude = ["master"], AutoGenerate = false )] public class Build : NukeBuild { ... }
No response
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
See: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/run-number?view=azure-devops for use-cases for custom azure build pipeline names.
In yaml it can be set via the "name" property like so:
It would be nice to set it via the generation attribute too like so:
Usage Example
No response
Alternative
No response
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: