File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ClientLibraryConsoleAppSample Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace ClientLibraryConsoleAppSample
11
11
class Program
12
12
{
13
13
//============= Config [Edit these with your settings] =====================
14
- internal const string vstsCollectionUrl = "https://guidedultrasonics .visualstudio.com" ; //change to the URL of your VSTS account; NOTE: This must use HTTPS
14
+ internal const string vstsCollectionUrl = "https://myaccount .visualstudio.com" ; //change to the URL of your VSTS account; NOTE: This must use HTTPS
15
15
// internal const string vstsCollectioUrl = "http://myserver:8080/tfs/DefaultCollection" alternate URL for a TFS collection
16
16
//==========================================================================
17
17
You can’t perform that action at this time.
0 commit comments