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 110adb8 commit 801f78bCopy full SHA for 801f78b
Directory.Build.BeforeCommonTargets.targets
@@ -6,7 +6,7 @@
6
Condition="'$(ExcludeFromSourceOnlyBuild)' == '' and
7
'$(DotNetBuildSourceOnly)' == 'true' and
8
'$(IsAspNetCoreApp)' != 'true' and
9
- '$(MSBuildProjectName)' != '$(TargetingPackName)' and
+ '$(UsingMicrosoftDotNetSharedFrameworkSdk)' != 'true' and
10
'$(IsAnalyzersProject)' != 'true' and
11
'$(IsProjectTemplateProject)' != 'true'">true</ExcludeFromSourceOnlyBuild>
12
0 commit comments