Skip to content

Commit

Permalink
[wasm][debugger] Shipping internal package for webcil (#99380)
Browse files Browse the repository at this point in the history
* shipping internal package for webcil
  • Loading branch information
thaystg committed Mar 11, 2024
1 parent 20965bd commit d98a887
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
<IncludeSymbols>true</IncludeSymbols>
<Serviceable>true</Serviceable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsShipping>true</IsShipping>
<!-- this assembly should not produce a public package, rather it's meant to be shipped by the
WasmAppBuilder task and the BrowserDebugProxy -->
<IsShippingPackage>false</IsShippingPackage>
<IsShipping>false</IsShipping>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
Expand Down

0 comments on commit d98a887

Please sign in to comment.