5 usages of MSBuild property BUILD_REPOSITORY_URI
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24516.2\tools\RepositoryInfo.targets (5)
22
<RepositoryUrl Condition="'$(
BUILD_REPOSITORY_URI
)' != '' and '$(DisableSourceLinkUrlTranslation)' != 'true'">$([System.Text.RegularExpressions.Regex]::Replace($(
BUILD_REPOSITORY_URI
), $(_TranslateUrlPattern), $(_TranslateUrlReplacement)))</RepositoryUrl>
23
<RepositoryUrl Condition="'$(
BUILD_REPOSITORY_URI
)' != '' and '$(DisableSourceLinkUrlTranslation)' == 'true'">$(
BUILD_REPOSITORY_URI
)</RepositoryUrl>
24
<RepositoryUrl Condition="'$(
BUILD_REPOSITORY_URI
)' == ''">file://$(RepoRoot)</RepositoryUrl>