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
1313 //============= Config [Edit these with your settings] =====================
1414 internal const string vstsCollectionUrl = "https://myaccount.visualstudio.com" ; //change to the URL of your VSTS account; NOTE: This must use HTTPS
1515 // 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
1717 //==========================================================================
1818
1919 //Console application to execute a user defined work item query
@@ -41,4 +41,4 @@ static void Main(string[] args)
4141 }
4242 }
4343 }
44- }
44+ }
You can’t perform that action at this time.
0 commit comments