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.
2 parents 77bd863 + 433346e commit 15dd3dbCopy full SHA for 15dd3db
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets
@@ -1127,6 +1127,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1127
============================================================
1128
-->
1129
<Target Name="_CheckForLanguageAndPublishFeatureCombinationSupport"
1130
+ Condition="$(IsPublishable) == 'true'"
1131
BeforeTargets="Publish;PrepareForPublish">
1132
1133
<NETSdkError Condition="('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and '$(TargetFrameworkIdentifier)' == '.NETCoreApp'"
0 commit comments