We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213076f commit cfc1320Copy full SHA for cfc1320
src/Testing/Directory.Build.props
@@ -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