visual studio code C# extension

Hello.
I've been working on an extension to the C# language within the Roslyn compiler and it works great. However I've been having issues when attempting to build the VS Code C# extension (https://github.com/dotnet/vscode-csharp). Specifically the issue comes up when validating credentials for Azure Artifacts when running init.ps1 (look at picture). Now I'm guessing I need to be part of the Microsoft team or something to get access to Azure Artifacts which I'm clearly not. So my question is, is there a way to circumvent this? Maybe build all my own artifacts? I've really got no experience with Azure DevOps, pipelines and such and any help or even an informed "It simply cannot be done" would be greatly appreciated.
Also I'm sorry if this is out of scope for this discord. I'm really not sure where else to post.
image.png
Was this page helpful?