Fix pipeline generation for private repos#9698
Conversation
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
79ed594 to
6f75a87
Compare
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#9698 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Pipeline generation for the private repos no longer works after my recent refactoring. The reason is because sparse-checkout doesn't support cloning them without a key. I've hacked together a proof of concept to unblock folks but I'm not sure how I like this implementation.
I'm curious of your thoughts @benbp