Skip to content

Commit 569f220

Browse files
committed
Compute _WebAssemblyUserRunParameters before default run params apply
1 parent c65620c commit 569f220

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WasmSdk/Sdk/Sdk.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Copyright (c) .NET Foundation. All rights reserved.
1010
***********************************************************************************************
1111
-->
1212
<Project ToolsVersion="14.0">
13+
<PropertyGroup>
14+
<_WebAssemblyUserRunParameters>$(RunCommand)$(RunArguments)$(RunWorkingDirectory)</_WebAssemblyUserRunParameters>
15+
</PropertyGroup>
16+
1317
<Import Sdk="Microsoft.NET.Sdk.StaticWebAssets" Project="Sdk.targets" Condition="'$(_WasmSdkImportsMicrosoftNETSdkStaticWebAssets)' == 'true'" />
1418
<Import Sdk="Microsoft.NET.Sdk.Publish" Project="Sdk.targets" Condition="'$(_WasmSdkImportsMicrosoftNETSdkPublish)' == 'true'" />
1519
<Import Project="$(_WebAssemblyTargetsFile)" Condition="'$(_WebAssemblyTargetsFile)' != ''" />

0 commit comments

Comments
 (0)