You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the SetRunName step, we truncate from the 241 chars for the commit message down to 212 to include the workloads version.
165
+
Workloads version can be long. This is 29 chars including the delimiter. Eg. 10.0.101-servicing.25563.1 •
166
+
SOURCEBRANCHCOMMITMESSAGE is set to the Azure Pipelines environment within the SetRunName step.
167
+
We simply pull it out of the environment variables because trying to set it to an MSBuild property can cause issues in the YAML if the message contains special characters.
0 commit comments