Skip to content

Commit 9d05216

Browse files
author
Justin Marks
authored
Update Program.cs
1 parent 1ec6a89 commit 9d05216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ClientLibraryPatAppSample/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)