Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Fixed missing parenthesis issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hubuk committed Nov 5, 2015
1 parent 79fb4b9 commit c6a42e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private string TargetsFile(string msbuildVersion)
}
else
{
return Path.Combine(msbuildRoot, msbuildVersion, "Microsoft.Common.Targets", kind, tool.ToolName + targetName + ".targets";
return Path.Combine(msbuildRoot, msbuildVersion, "Microsoft.Common.Targets", kind, tool.ToolName + targetName + ".targets");
}
}

Expand Down

0 comments on commit c6a42e6

Please sign in to comment.