ClickOnce Deploy
In ClickOnce deployment, the Babel task is configured to obfuscate the target assembly just after the Compile step.
Open the Visual Studio .csproj file and append the following MSBuild instructions before the Project close element.
Note that the InputFile and OutputFile task attributes are set to intermediate build output. This will allow Visual Studio to create the ClickOnce deployable package using the obfuscated target assembly.
Download the example source code.
Last updated