Skip to content

Commit 801f78b

Browse files
committed
Enable building all projects using the sharedfx sdk in source-build
1 parent 110adb8 commit 801f78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.BeforeCommonTargets.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Condition="'$(ExcludeFromSourceOnlyBuild)' == '' and
77
'$(DotNetBuildSourceOnly)' == 'true' and
88
'$(IsAspNetCoreApp)' != 'true' and
9-
'$(MSBuildProjectName)' != '$(TargetingPackName)' and
9+
'$(UsingMicrosoftDotNetSharedFrameworkSdk)' != 'true' and
1010
'$(IsAnalyzersProject)' != 'true' and
1111
'$(IsProjectTemplateProject)' != 'true'">true</ExcludeFromSourceOnlyBuild>
1212

0 commit comments

Comments
 (0)