Skip to content

Commit 1f0b0eb

Browse files
Change Directory.Build.targets file to use GetPathOfFileAbove
1 parent 2fcf4b9 commit 1f0b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<None Include="**\*_NetFx\**\*.*" />
1212
</ItemGroup>
1313

14-
<Import Project="$(RepoRoot)Directory.Build.targets" />
14+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
1515
</Project>

0 commit comments

Comments
 (0)