Skip to content

Instantly share code, notes, and snippets.

@drlongnecker
Created February 10, 2012 16:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save drlongnecker/1790678 to your computer and use it in GitHub Desktop.
Save drlongnecker/1790678 to your computer and use it in GitHub Desktop.
DeployTo PowerShell xml configuration file
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<common>
<release>.\release</release>
<web.config>
<appsettings>
</appsettings>
</web.config>
</common>
<site>
<name>development</name>
<path>\\server\webs\path</path>
</site>
<site>
<name>test</name>
<path></path>
</site>
<site>
<name>production</name>
<path>\\server\webs\path</path>
</site>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment