I’m using FxProtect .NET assembly obfuscator and I want to deploy the obfuscated .DLL that is in the package to Azure. How do I put back the DLL that I obfuscated back into the package? Do I unzip the .CSPKG that gets deployed to Azure and copy and paste the obfuscated DLL into the extracted .CSPKG folder and then zip it again to deploy?
I’m using FxProtect .NET assembly obfuscator and I want to deploy the obfuscated .DLL
Share
If packaging from Visual Studio or MSBUILD, I’d like to suggest that you run a post-build event that obfuscates the generated .DLL’s