From b979266f3f30097f98cc6930f763af85338b6e2a Mon Sep 17 00:00:00 2001 From: James Flynn Date: Sat, 27 Feb 2021 22:11:34 +0000 Subject: [PATCH] Changed: Pipeline name structure --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 676ecd729..eb04b7921 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: # Adding extra information into build name, to make it easier to identify builds. # It can be called using '$(Build.BuildNumber)' -name: $(Build.DefinitionName)-$(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.r) +name: $(Build.DefinitionName).$(SourceBranchName).$(Date:yyyyMMdd)$(Rev:.r) jobs: - job: BuildTest