Skip to content

Commit

Permalink
Merge pull request #524 from unoplatform/dev/jela/obfuscation
Browse files Browse the repository at this point in the history
Adjust Wasm obfuscation
  • Loading branch information
jeromelaban authored Mar 5, 2024
2 parents 9bbd775 + 9114da3 commit 18bae83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:

- task: gitversion/setup@0
inputs:
versionSpec: '5.5.1'
versionSpec: '5.10.3'

- task: gitversion/execute@0
inputs:
Expand Down
4 changes: 4 additions & 0 deletions src/Uno.Playground.WASM/Uno.Playground.WASM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<!--<WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile>-->
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<WasmShellObfuscateAssemblies>true</WasmShellObfuscateAssemblies>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'!='net46'">
<None Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />

Expand Down

0 comments on commit 18bae83

Please sign in to comment.