Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit 2341bfa

Browse files
Add RepositoryRoot
1 parent 84425df commit 2341bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: 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 .NET Extensions</Product>
66
<RepositoryUrl>https://github.com/aspnet/FileSystem</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)