File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ClientLibraryConsoleAppSample Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ git clone https://github.com/Microsoft/vsts-auth-samples.git
15
15
16
16
## Step 2: Run the sample
17
17
18
- 1 . Navigate to the sample in cloned repo ` vsts-auth-samples/Client_Libraries_Sample/ClientLibrariesConsoleApp / `
18
+ 1 . Navigate to the sample in cloned repo ` vsts-auth-samples/ClientLibraryConsoleAppSample / `
19
19
2 . Use [ Nuget package restore] ( https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore ) to ensure you have all dependencies installed
20
- 3 . Open the solution file ` ClientLibrariesConsoleApp .sln` in [ Visual Studio IDE 2017] ( https://www.visualstudio.com/downloads/ )
20
+ 3 . Open the solution file ` ClientLibraryConsoleAppSample .sln` in [ Visual Studio IDE 2017] ( https://www.visualstudio.com/downloads/ )
21
21
4 . Open CS file ` Program.cs ` and there will be 2 input fields:
22
22
* ` collectionUri ` - Mutable value. This is the url to your VSTS/TFS account.
23
23
* ` query ` - Mutable value. This is the WIQL query you want to execute. Replace this with any query you want to execute.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Learn more about [integrating with Team Services](https://www.visualstudio.com/d
8
8
9
9
## Samples
10
10
11
- * [ Managed Client ADAL Sample ] ( ./Managed_Client_ADAL_Sample /README.md )
12
- * [ Device Profile Sample ] ( ./Device_Profile_Sample /README.md )
13
- * [ ASP.NET Web App OAuth Sample ] ( ./ASP.NET_Web_App_OAuth_Sample/aspnet /README.md )
14
- * [ Client Libraries Sample ] ( ./Client_Libraries_Sample /README.md )
11
+ * [ Managed client sample (using Azure Active Directory Auth) ] ( ./ManagedClientConsoleAppSample /README.md )
12
+ * [ Device profile sample (.NET Core) ] ( ./DeviceProfileSample /README.md )
13
+ * [ ASP.NET Web app OAuth sample ] ( ./OAuthWebSample /README.md )
14
+ * [ Client library sample ] ( ./ClientLibraryConsoleAppSample /README.md )
You can’t perform that action at this time.
0 commit comments