Skip to content

Commit

Permalink
Merge pull request #3100 from Guillermo-Santos/patch-1
Browse files Browse the repository at this point in the history
Update VisualStudioInstance.cs
  • Loading branch information
MishaProductions authored Nov 3, 2024
2 parents e42447d + 8b5d970 commit 91e6543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Cosmos.Build.Builder/Models/VisualStudioInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ public VisualStudioInstance(ISetupInstance2 setupInstance)
{
SetupInstance = setupInstance;
}

public override string ToString() => SetupInstance.GetInstallationName();
}
}

0 comments on commit 91e6543

Please sign in to comment.