We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8740f2f commit 6e9dd51Copy full SHA for 6e9dd51
App.Release.config
@@ -2,6 +2,7 @@
2
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
3
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
4
<appSettings>
5
+ <add key="LoggingLevel" value="Information" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
6
<add key="whatif" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
7
</appSettings>
8
</configuration>
0 commit comments