When logging in using a trailing slash on the service-url parameter (like this)
tfx login --auth-type basic --service-url https://fabrikam.visualstudio.com/DefaultCollection/
I get the error:
Error: Invalid service url - path is too long. A service URL should include the account/application URL and the collecti
on, e.g. https://fabrikam.visualstudio.com/DefaultCollection or http://tfs-server:8080/tfs/DefaultCollection
This is a problem when trying to automate it from the TFS Release or Build process because the $(System.TeamFoundationCollectionUri) variable includes a trailing slash.
Could tfx be updated to accept the trailing slash?
When logging in using a trailing slash on the service-url parameter (like this)
tfx login --auth-type basic --service-url https://fabrikam.visualstudio.com/DefaultCollection/
I get the error:
This is a problem when trying to automate it from the TFS Release or Build process because the $(System.TeamFoundationCollectionUri) variable includes a trailing slash.
Could tfx be updated to accept the trailing slash?