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

Commit

Permalink
Merge pull request #290 from hubuk/code-tools-arch-change
Browse files Browse the repository at this point in the history
Fixed missing closing parenthesis issue.
  • Loading branch information
SergeyTeplyakov committed Nov 5, 2015
2 parents aa87640 + c6a42e6 commit 0f817e7
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 0f817e7

Please sign in to comment.