Skip to content

Commit

Permalink
Merge pull request #123 from nyxiscoo1/fix
Browse files Browse the repository at this point in the history
Fixed broken example of TemplateFile usage
  • Loading branch information
pwelter34 committed Jun 9, 2014
2 parents ea4eb0b + 229d10d commit 837efe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace MSBuild.Community.Tasks
/// </Tokens>
/// </ItemGroup>
///
/// <TemplateFile TemplateFile="ATemplateFile.template" OutputFile="ReplacedFile.txt" Tokens="@(Tokens)" />
/// <TemplateFile Template="ATemplateFile.template" OutputFilename="ReplacedFile.txt" Tokens="@(Tokens)" />
/// ]]></code>
/// </example>
/// <remarks>Tokens in the template file are formatted using ${var} syntax and names are not
Expand Down

0 comments on commit 837efe9

Please sign in to comment.