Replies: 1 comment 5 replies
-
Hi @sliekens , I honestly don't know but would like to find out as well. Haven't read the full article you've liked yet but this what i know as of now: In CI we usually do a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to optimize our CI build's
git clone
step to only clone what is needed fordotnet affected
to build the affected project graph, what do you recommend? (https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/)I tried to make it work with blobless clone, but it crashes with an exception:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions