We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5056300 commit 632ebb1Copy full SHA for 632ebb1
src/TfvcMigrator/Program.cs
@@ -88,7 +88,7 @@ public static async Task MigrateAsync(
88
Console.WriteLine("Connecting...");
89
90
var vssCredentials = pat is not null
91
- ? new VssBasicCredential(null, pat)
+ ? new VssBasicCredential(userName: null, password: pat)
92
: new VssCredentials();
93
94
using var connection = new VssConnection(projectCollectionUrl, vssCredentials);
0 commit comments