Skip to content

Commit cfc1320

Browse files
authored
Add support for source-build (dotnet/extensions#1740)
\n\nCommit migrated from dotnet/extensions@ad4067b
1 parent 213076f commit cfc1320

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Testing/Directory.Build.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project>
2+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
3+
4+
<PropertyGroup>
5+
<!-- These projects depend on a 3rd party source -->
6+
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
7+
</PropertyGroup>
8+
</Project>

0 commit comments

Comments
 (0)