Skip to content

Commit

Permalink
Use LanguageService property
Browse files Browse the repository at this point in the history
Co-Authored-By: davkean <[email protected]>
  • Loading branch information
davidwengier and davkean authored Jan 7, 2019
1 parent 9ae5a48 commit f9f5d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private bool TryHandleSpecificProperties(string name, string value, IProjectLogg
// command-line argument and set via one of the other handlers, where as the latter is calculated via
// the TargetPath property and explicitly set on the context.

if (StringComparers.PropertyNames.Equals(name, ConfigurationGeneral.TargetPathProperty))
if (StringComparers.PropertyNames.Equals(name, LanguageService.TargetPathProperty))
{
if (!string.IsNullOrEmpty(value))
{
Expand Down

0 comments on commit f9f5d29

Please sign in to comment.