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.
M.A.App.Internal.Assets
1 parent e0ee9e9 commit fb41860Copy full SHA for fb41860
eng/tools/GenerateFiles/Directory.Build.targets.in
@@ -100,7 +100,7 @@
100
Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftNETCoreAppRuntimeVersion}</WebAssemblySdkPackVersion>
101
</KnownWebAssemblySdkPack>
102
103
- <KnownAspNetCorePack Update="Microsoft.AspNetCore.App.Internal.Assets">
+ <KnownAspNetCorePack Update="Microsoft.AspNetCore.App.Internal.Assets" Condition=" '$(DotNetBuildSourceOnly)' != 'true' ">
104
<AspNetCorePackVersion
105
Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftAspNetCoreAppRuntimeVersion}</AspNetCorePackVersion>
106
</KnownAspNetCorePack>
0 commit comments