We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563bcc commit bc26ed9Copy full SHA for bc26ed9
azure-pipelines/build-and-publish.yml
@@ -5,7 +5,7 @@ trigger:
5
# This pipeline is meant to build & deploy upon tagging. It's not meant to be a part of PR validation.
6
pr: none
7
8
-name: pr.$(prId)-$(prIteration)
+name: $(Build.SourceBranchName)_$(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
9
10
variables:
11
- group: Code_Signing_Certificate_2023_2026
0 commit comments