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/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
47
47
2. Open the solution file `DeviceProfileSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/)
48
48
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
49
49
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
50
-
*`azDevOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/myaccount.
50
+
*`azureDevOpsOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/organization.
51
51
*`clientId` - Update this value with the `Application ID` you saved in step 2.6.
52
52
5. Build and run solution. You should see a console window with instructions on how to authenticate via the Device Profile flow. After authenticating you should see all team project information viewable by the authenticated identity displayed in the console window.
53
53
@@ -57,5 +57,5 @@ Package: `Microsoft.Identity.Model.Clients.ActiveDirectory` has already been ins
57
57
2. Open the solution file `DeviceProfileSample.sln` in [Visual Studio 2017](https://www.visualstudio.com/downloads/)
58
58
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
59
59
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
60
-
*`azDevOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/myaccount.
60
+
*`azureDevOpsOrganizationUrl` - Update this value to your VSTS collection URL, e.g. http://dev.azure.com/organization.
61
61
5. Build and run solution. You should see a console window with instructions on how to authenticate via the Device Profile flow. After authenticating you should see all team project information viewable by the authenticated identity displayed in the console window.
0 commit comments