normalian blog

Let's talk about Microsoft Azure, ASP.NET and Java!

Entries from 2018-04-06 to 1 day

Replace configuration files with environment variables on VSTS tasks

I believe you definitely want to replace values of some files in your projects with environments variables when you setup Visual Studio Team Services Build/Release processes. There are some ways to replace the values, and I will introduce …