Skip to content

Commit 18bae83

Browse files
authored
Merge pull request #524 from unoplatform/dev/jela/obfuscation
Adjust Wasm obfuscation
2 parents 9bbd775 + 9114da3 commit 18bae83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/gitversion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88

99
- task: gitversion/setup@0
1010
inputs:
11-
versionSpec: '5.5.1'
11+
versionSpec: '5.10.3'
1212

1313
- task: gitversion/execute@0
1414
inputs:

src/Uno.Playground.WASM/Uno.Playground.WASM.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<!--<WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile>-->
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
22+
<WasmShellObfuscateAssemblies>true</WasmShellObfuscateAssemblies>
23+
</PropertyGroup>
24+
2125
<ItemGroup Condition="'$(TargetFramework)'!='net46'">
2226
<None Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
2327

0 commit comments

Comments
 (0)