File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ClientLibraryPatAppSample Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Program
13
13
//============= Config [Edit these with your settings] =====================
14
14
internal const string vstsCollectionUrl = "https://myaccount.visualstudio.com" ; //change to the URL of your VSTS account; NOTE: This must use HTTPS
15
15
// internal const string vstsCollectioUrl = "http://myserver:8080/tfs/DefaultCollection" alternate URL for a TFS collection
16
- internal const string pat = "" ; // change to the generated value
16
+ internal const string pat = "PAT_GOES_HERE " ; // change to the generated value
17
17
//==========================================================================
18
18
19
19
//Console application to execute a user defined work item query
@@ -41,4 +41,4 @@ static void Main(string[] args)
41
41
}
42
42
}
43
43
}
44
- }
44
+ }
You can’t perform that action at this time.
0 commit comments