Hi All,
I created an Visual Studio Team Services (Online) repostitory and trying to load it in Powershell. However on registring the reposititory it keeps comming up with invalid Web Uri. Im not sure if I set up the repository correct and also unsure how to validate
if its correct.
Created the repository and the project is Git based.
Created alternate credentials
register-PSRepository -Name 'ALL-Automation' -SourceLocation 'https://<URL>/_git/all-automation' -Credential $Credentials -InstallationPolicy Trusted
If somebody can point me in the right direction it would be great,
The Idea is to have one script resource in TFS that can be loaded in azure automation as wel as on hybrid workers.
Bin searching for a while now but not really able to find the right awnsers.
Any help is appreciated