Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit ba0d82d

Browse files
ryanbrandenburgSteveSandersonMS
authored andcommitted
Add RepositoryRoot
1 parent e67a301 commit ba0d82d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Project>
1+
<Project>
22
<Import Project="version.xml" />
33

44
<PropertyGroup>
55
<Product>Microsoft ASP.NET Core</Product>
66
<RepositoryUrl>https://github.com/aspnet/javascriptservices</RepositoryUrl>
77
<RepositoryType>git</RepositoryType>
8+
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
89
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
910
<SignAssembly>true</SignAssembly>
1011
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>

0 commit comments

Comments
 (0)