Xmlpoke to add multiple appsettings key doesn't work
问题 I have a Msbuild target that gets executed successfully by adding a single key called 'ProjectID' to the appsetting section of web.config. Now am changing the behavior of this target by adding one more key 'ApplicationId' to the same appsetting section. The log shows the xmlpoke is executed for both. But only the projectID value is correctly replaced with every run. (Excerpt from)PropertyGroup definition: <?xml version="1.0" encoding="utf-8" ?> <Project ToolsVersion="15.0" DefaultTargets=