Add RepositoryRoot

This commit is contained in:
Ryan Brandenburg 2017-10-16 12:52:49 -07:00
parent 7e41d6f1c4
commit f1e0205b9f
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<Project>
<Project>
<Import Project="version.xml" />
<PropertyGroup>
<Product>Microsoft ASP.NET Core</Product>
<RepositoryUrl>https://github.com/aspnet/servertests</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>