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 088982b commit cd5a9adCopy full SHA for cd5a9ad
Tasks/UnityBuild/UnityBuildV3/task.json
@@ -184,7 +184,7 @@
184
"type": "string",
185
"label": "Commit message",
186
"groupName": "versioning",
187
- "defaultValue": "Azure Pipelines Build - {{bundleVersion}}",
+ "defaultValue": "Azure Pipelines Build - v{{bundleVersion}} ({{buildNumber}})",
188
"helpMarkDown": "The commit message. Valid placeholders are: {{bundleVersion}}, {{buildNumber}}",
189
"visibleRule": "projectVersioningCommitChanges = true"
190
},
0 commit comments