You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DeviceProfileSample/Program.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ namespace DeviceProfileSample
9
9
publicclassProgram
10
10
{
11
11
//============= Config [Edit these with your settings] =====================
12
-
internalconststringvstsCollectionUrl="https://guidedultrasonics.visualstudio.com";//change to the URL of your VSTS account; NOTE: This must use HTTPS
12
+
internalconststringvstsCollectionUrl="https://myaccount.visualstudio.com";//change to the URL of your VSTS account; NOTE: This must use HTTPS
13
13
internalconststringclientId="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)
0 commit comments