Skip to content

Commit 657364b

Browse files
author
Justin Marks
authored
Update Program.cs
1 parent 1a93ef1 commit 657364b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeviceProfileSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace DeviceProfileSample
99
public class Program
1010
{
1111
//============= Config [Edit these with your settings] =====================
12-
internal const string vstsCollectionUrl = "https://guidedultrasonics.visualstudio.com"; //change to the URL of your VSTS account; NOTE: This must use HTTPS
12+
internal const string vstsCollectionUrl = "https://myaccount.visualstudio.com"; //change to the URL of your VSTS account; NOTE: This must use HTTPS
1313
internal const string clientId = "872cd9fa-d31f-45e0-9eab-6e460a02d1f1"; //update this with your Application ID from step 2.6 (do not change this if you have an MSA backed account)
1414
//==========================================================================
1515

0 commit comments

Comments
 (0)