-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Enable interactive internal tools authentication #36560
Conversation
@tmat should we bring this functionality into arcade in case other repositories also require internal tools locally for dev scenarios? |
a0d5ef3
to
d6fc10e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like the duplication of the ToolsDir
-> $(RepoRoot)\.tools
-- I saw your comment that we should expose it in arcade, +1 on that.
I think you have to ammend the commit and just push it, don't know what got screwed up. |
That has been happening the whole day already :D Usually reopening and retrying in AzDO helps. |
2fc6bb7
to
458e521
Compare
Seems not to work. I'll try your suggestion. |
/azp run corefx-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
Merging as none of this code is executed in CI (and it succeeded before). |
Implement interactive authentication for internal tools: NuGet/Home#7812 (comment)
Tested locally on Windows and Ubuntu (WSL) and both work fine. The authentication needs to be completed in 90sec otherwise it will fail.
Also created microsoft/artifacts-credprovider#85 to submit a minor bug in the shell script.