Skip to content

Instantly share code, notes, and snippets.

@dibble-james
Created June 28, 2015 19:57
Show Gist options
  • Save dibble-james/cc3b78906c0817378e0e to your computer and use it in GitHub Desktop.
Save dibble-james/cc3b78906c0817378e0e to your computer and use it in GitHub Desktop.
Basic example of a file to create additional MSDeploy parameters
<?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