[Helix] Add more metadata (#18719)
This commit is contained in:
parent
f7b5aec5d7
commit
91219a655b
|
|
@ -43,6 +43,8 @@
|
|||
<!-- NOTE: These are global to the whole Job, so don't include project-specific content here. -->
|
||||
<ItemGroup>
|
||||
<HelixProperties Include="buildNumber" Value="$(BUILD_BUILDNUMBER)" />
|
||||
<HelixProperties Include="buildId" Value="$(BUILD_BUILDID)" />
|
||||
<HelixProperties Include="azdoProject" Value="$(SYSTEM_TEAMPROJECT)" />
|
||||
<HelixProperties Include="buildDefinition" Value="$(BUILD_DEFINITIONNAME)" />
|
||||
<HelixProperties Include="commitSha" Value="$(BUILD_SOURCEVERSION)" />
|
||||
<HelixProperties Include="branch" Value="$(BUILD_SOURCEBRANCH)" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue