Skip to content

Update README.md (Typo "a Azure"→"an Azure") #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DualSupportClientSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ For windows native applications which want to target both Azure DevOps and TFS w

## Sample Application

This buildable sample will walk you through the steps to create a client-side console application which uses Client Libraries - Interactive and Windows Auth to authenticate a Azure DevOps or TFS user and return a list of all projects inside a selected Azure DevOps account or TFS collection.
This buildable sample will walk you through the steps to create a client-side console application which uses Client Libraries - Interactive and Windows Auth to authenticate an Azure DevOps or TFS user and return a list of all projects inside a selected Azure DevOps account or TFS collection.

To run this sample you will need:
* [Visual Studio IDE](https://www.visualstudio.com/vs/)
* A [Azure DevOps organization](https://dev.azure.com/)
* An [Azure DevOps organization](https://dev.azure.com/)

## Step 1: Clone or download vsts-auth-samples repository

Expand All @@ -28,5 +28,5 @@ Packages: [Microsoft.VisualStudio.Services.Client](https://www.nuget.org/package
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed.
4. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
* `azureDevOpsOrganizationUrl` - update this with the url to your Azure DevOps/TFS collection, e.g. http://dev.azure.com/organization for Azure DevOps or http://myserver:8080/tfs/DefaultCollection for TFS.
5. Build and run the solution. After running you should see an interactive login prompt if you are a Azure DevOps user. If you are a TFS user authentication should happen in the background. After authentication and authorization, a list of all projects inside of your account will be displayed in the console.
5. Build and run the solution. After running you should see an interactive login prompt if you are an Azure DevOps user. If you are a TFS user authentication should happen in the background. After authentication and authorization, a list of all projects inside of your account will be displayed in the console.