diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0b52ea6..f5db8cc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,8 @@ trigger: pool: vmImage: 'windows-latest' +name: $(BuildDefinitionName)_$(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) + variables: solution: '**/*.sln' buildPlatform: 'Any CPU'