diff --git a/build/repo.targets b/build/repo.targets index ec54c6583b..552c154969 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -202,6 +202,16 @@ + + + <_RepositoryName>$([System.String]::new('%(Repository.Identity)').Replace('.', '_')) + <_CloneUrl>$([System.Environment]::GetEnvironmentVariable("BUILD_VCS_URL_$(_RepositoryName)")) + <_CommitHash>$([System.Environment]::GetEnvironmentVariable("BUILD_VCS_NUMBER_$(_RepositoryName)")) +