Skip to content

Commit 95c487c

Browse files
committed
fixing build fail
1 parent cf02b43 commit 95c487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DualSupportClientSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace DualSupportClientSample
1010
class Program
1111
{
1212
//============= Config [Edit these with your settings] =====================
13-
internal const string vstsOrTfsCollectionUrl = "https://myaccount.visualstudio.com" //change to the URL of your VSTS or TFS account; VSTS: https://*.visualstudio.com TFS: https://*:8080/tfs/defaultcollection"
13+
internal const string vstsOrTfsCollectionUrl = "https://myaccount.visualstudio.com"; //change to the URL of your VSTS or TFS account; VSTS: https://*.visualstudio.com TFS: https://*:8080/tfs/defaultcollection"
1414
//==========================================================================
1515

1616
public static void Main(string[] args)

0 commit comments

Comments
 (0)