Skip to content

Commit c70f670

Browse files
Update README.md
1 parent 779ef6a commit c70f670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientLibraryPatAppSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ git clone https://github.com/Microsoft/vsts-auth-samples.git
2020
3. Use [Nuget package restore](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore) to ensure you have all dependencies installed
2121
4. Open the solution file `ClientLibraryPatAppSample.csproj` in [Visual Studio 2017](https://www.visualstudio.com/downloads/)
2222
5. Open CS file `Program.cs` and there is a section with input values to change at the top of the class:
23-
* `azDevOrganizationUrl` - Mutable value. This is the url to your Azure DevOps/TFS organization/collection, e.g. http://dev.azure.com/myaccount for Azure DevOps or http://myserver:8080/tfs/DefaultCollection for TFS.
23+
* `azureDevOpsOrganizationUrl` - Mutable value. This is the url to your Azure DevOps/TFS organization/collection, e.g. http://dev.azure.com/organization for Azure DevOps or http://myserver:8080/tfs/DefaultCollection for TFS.
2424
* `pat` - Mutable value. This is the value you generated in step 1.
2525
6. Build and run solution. After running you should see a list of the IDs all work items which match your query restrictions.

0 commit comments

Comments
 (0)