Skip to content

Commit

Permalink
update the global install method entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
JL03-Yue committed Jul 10, 2023
1 parent af189d5 commit 08c6a31
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public override int Execute()
}

VersionRange versionRange = _parseResult.GetVersionRange();
Console.WriteLine("The versionRange at execute is: ");
Console.WriteLine(versionRange);

DirectoryPath? toolPath = null;
if (!string.IsNullOrEmpty(_toolPath))
Expand Down

0 comments on commit 08c6a31

Please sign in to comment.