jabbera / my-vsts-tasks

20 stars 18 forks source link

Implement appsettings value change ala iis web app #27

Closed ovebastiansen closed 6 years ago

ovebastiansen commented 6 years ago

Any change you have been looking into doing something like this Would be very nice to just have all appsettings and connectionstring changed out with release variables

jabbera commented 6 years ago

It’s unlikely I’ll implement this. It violates SOLID imo.

That said we do this in our application today. We use slow cheetah to replace interesting settings with tokens at build time. At relleast are time we use any of the tokenizer tasks to replace those tokens (https://marketplace.visualstudio.com/items?itemName=TotalALM.totalalm-tokenization)