Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ba8a95e

Browse files
authored
import dir.targets in CoreClr 2.0.0 (#18351)
1 parent e099891 commit ba8a95e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/publish.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44
<Import Project="$(ToolsDir)PublishContent.targets" />
55
<Import Project="$(ToolsDir)versioning.targets" />
6+
<Import Project="..\dir.targets" />
67

78
<!-- gathers the items to be published -->
89
<Target Name="GatherItemsForPattern">

0 commit comments

Comments
 (0)