File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
2- <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)' == 'true'" >
2+ <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)' == 'true' and '$(BuildNodeJS)' == 'true' " >
33 <BlazorWebAssemblyJSPath
44 Condition =" '$(Configuration)' == 'Debug' " >$(RepoRoot)src\Components\Web.JS\dist\Debug\blazor.webassembly.js</BlazorWebAssemblyJSPath >
55 <BlazorWebAssemblyJSPath
66 Condition =" '$(Configuration)' != 'Debug' " >$(RepoRoot)src\Components\Web.JS\dist\Release\blazor.webassembly.js</BlazorWebAssemblyJSPath >
77 <BlazorWebAssemblyJSMapPath >$(BlazorWebAssemblyJSPath).map</BlazorWebAssemblyJSMapPath >
88 </PropertyGroup >
9-
9+
1010 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" />
1111</Project >
You can’t perform that action at this time.
0 commit comments