File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,15 @@ Copyright (c) .NET Foundation. All rights reserved.
107107 ResolveWasmOutputs;
108108 _GenerateBuildWasmBootJson;
109109 _AddWasmStaticWebAssets;
110+ _AddWasmPreloadBuildProperties;
110111 </ResolveCompressedFilesDependsOn >
111112 <ResolveCompressedFilesForPublishDependsOn Condition =" '$(WasmBuildingForNestedPublish)' != 'true'" >
112113 $(ResolveCompressedFilesForPublishDependsOn);
113114 ProcessPublishFilesForWasm;
114115 ComputeWasmExtensions;
115116 GeneratePublishWasmBootJson;
116117 _AddPublishWasmBootJsonToStaticWebAssets;
118+ _AddWasmPreloadPublishProperties;
117119 </ResolveCompressedFilesForPublishDependsOn >
118120 <CompressFilesForPublishDependsOn Condition =" '$(WasmBuildingForNestedPublish)' != 'true'" >
119121 $(CompressFilesForPublishDependsOn);
You can’t perform that action at this time.
0 commit comments