Prevent SiteExtension OOB build from including root Directory.props/targets (#4064)
This commit is contained in:
parent
1782a70601
commit
20f7d3be9d
|
|
@ -1,7 +1,6 @@
|
|||
<Project>
|
||||
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
||||
|
||||
<!-- Not including parent is intentional, this build should be isolated -->
|
||||
<Import Project="build\sources.props" />
|
||||
<Import Project="build\dependencies.props" />
|
||||
<Import Project="version.props" />
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
<Project>
|
||||
|
||||
<!-- Not including parent is intentional, this build should be isolated -->
|
||||
|
||||
</Project>
|
||||
Loading…
Reference in New Issue