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 097e6af commit 864bd05Copy full SHA for 864bd05
src/TfvcMigrator/Program.cs
@@ -88,7 +88,7 @@ public static async Task MigrateAsync(
88
Console.WriteLine("Connecting...");
89
90
var vssCredentials = !string.IsNullOrEmpty(pat)
91
- ? new VssBasicCredential(string.Empty, pat)
+ ? new VssBasicCredential(null, pat)
92
: new VssCredentials();
93
94
using var connection = new VssConnection(projectCollectionUrl, vssCredentials);
0 commit comments