Asp.net – Web config transformation fails
We have asp.net web project which we are migrating to .NET SDK-style project with centralized nuget package management. Template that we are using is <Project Sdk="MSBuild.SDK.SystemWeb/4.0.88"> and we have a Web.Config file with three transformations (Debug, Release, Test). Build Action…