Skip to content

Commit 4294c51

Browse files
committed
(GH-2120) pushing nuget to GitHub Packages
1 parent c203169 commit 4294c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/utils/credentials.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class GitHubCredentials
3232

3333
public GitHubCredentials(string userName, string token)
3434
{
35+
UserName = userName;
3536
Token = token;
3637
}
3738

0 commit comments

Comments
 (0)