Skip to content

Commit fb41860

Browse files
Consume M.A.App.Internal.Assets from the SDK during source build
1 parent e0ee9e9 commit fb41860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/GenerateFiles/Directory.Build.targets.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftNETCoreAppRuntimeVersion}</WebAssemblySdkPackVersion>
101101
</KnownWebAssemblySdkPack>
102102

103-
<KnownAspNetCorePack Update="Microsoft.AspNetCore.App.Internal.Assets">
103+
<KnownAspNetCorePack Update="Microsoft.AspNetCore.App.Internal.Assets" Condition=" '$(DotNetBuildSourceOnly)' != 'true' ">
104104
<AspNetCorePackVersion
105105
Condition=" '%(TargetFramework)' == '${DefaultNetCoreTargetFramework}' ">${MicrosoftAspNetCoreAppRuntimeVersion}</AspNetCorePackVersion>
106106
</KnownAspNetCorePack>

0 commit comments

Comments
 (0)