Wednesday, July 29, 2020

Azure DevOps deploy classic html and javascript website

To deploy a classic plain html and javascript website IIS Web App Deploy task can be used. The underlying technology used is MSBuild.exe

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...