From 63df77e5edd164c4db705a1c00c559ce7c7fac89 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 17 Apr 2019 17:53:50 -0400 Subject: [PATCH] Update Build Names --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a756f57..46201e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml -name: $(TeamProject)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.rr) +name: $(TeamProject)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.rr) # Trigger CI on commit to master and develop branches trigger: