Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 79fa490

Browse files
author
Victor Hurdugaci
committed
Add extra comment
1 parent 5a0b127 commit 79fa490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Framework.PackageManager/Install/AppCommandsFolderRepository.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public static AppCommandsFolderRepository Create(string installPath)
135135

136136
public static AppCommandsFolderRepository CreateDefault()
137137
{
138+
// TODO: use Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) when it's available on CoreCLR
138139
var userProfileFolder = Environment.GetEnvironmentVariable("USERPROFILE");
139140
if (string.IsNullOrEmpty(userProfileFolder))
140141
{

0 commit comments

Comments
 (0)