Feb 27 2024 05:06 AM - edited Feb 27 2024 05:11 AM
Hello
When we deploy we would need to insert into the deployment build the azuredevops build and release name and number. We work with Visual Studio 2019, is there a way to capture this information from code?
Thank you
Feb 27 2024 07:56 AM - edited Feb 27 2024 07:59 AM
You should be able to define variables to capture your build name, build number and release name. Are you using pipelines in ADO?
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/run-number?view=azure-devops&tabs=y...
Feb 27 2024 08:10 AM
Feb 27 2024 08:28 AM