Skip to content

Instantly share code, notes, and snippets.

@torresdal
Created January 10, 2014 19:22
Show Gist options
  • Save torresdal/8360777 to your computer and use it in GitHub Desktop.
Save torresdal/8360777 to your computer and use it in GitHub Desktop.
Code snippets for ConDep Doc version 1.0 - Local Operations
public override void Configure(IOfferLocalOperations onLocalMachine, ConDepConfig config)
{
onLocalMachine
.TransformConfigFile(@"C:\MyApp", "web.config", "web.test.config");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment