[Helix] Add more metadata (#18719)

This commit is contained in:
Andrew Stanton-Nurse 2020-01-31 12:47:32 -08:00 committed by GitHub
parent f7b5aec5d7
commit 91219a655b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)" />