From 0c370c7c10190425d145a60f5810ede9e633799c Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:43:19 +0200 Subject: [PATCH] Add quality in the build name --- build/azure-pipelines/product-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index ded4d810b6971..14fad7182d7fc 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -142,6 +142,8 @@ variables: - name: Codeql.SkipTaskAutoInjection value: true +name: "$(Date:yyyyMMdd).$(Rev:r) (${{ parameters.VSCODE_QUALITY }})" + resources: containers: - container: vscode-bionic-x64