Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrifonov committed Apr 21, 2015
1 parent 4e0f3b5 commit c909f43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
Small tool automating addition of config transformations copying files from existing transformation

# Usage
TransformHelper.exe -solution C:\Work\MySolution -existing Dev -new Live
```
TransformHelper.exe -solution C:\Work\MySolution -existing Dev -new Live
```
This will check all the projects in the solution for files like <fileName>.Dev.config and will add the corresponding <fileName>.Live.config files copying the content from the existing ones

0 comments on commit c909f43

Please sign in to comment.