Created
June 28, 2015 19:57
-
-
Save dibble-james/cc3b78906c0817378e0e to your computer and use it in GitHub Desktop.
Basic example of a file to create additional MSDeploy parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<parameters> | |
<parameter name="ApplicationName" description="Please enter the Application Name" defaultvalue="" tags=""> | |
<parameterentry kind="XmlFile" scope="\\web.config$" match="/configuration/appSettings/add[@key='ApplicationName']/@value"> | |
</parameterentry> | |
</parameter> | |
</parameters> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment