-
Notifications
You must be signed in to change notification settings - Fork 40
Repo infrastructure improvements & UseInnerClone #478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
01d8b69
to
e15ac61
Compare
OK, prebuilt usage isn't yet working correctly. Looking... -> fixed |
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.
Nice cleanup!
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.
Just noticed that CoPilot removed the license header. Will bring that back in an eventual follow-up.
Sorry, something went wrong.
All reactions
-
👍 1 reaction
MichaelSimons
NikolaMilosavljevic
Successfully merging this pull request may close these issues.
Unblocks dotnet/dotnet#176
Commit 1: Infra improvements that makes it easier to enable inner clone directly in SBE
artifacts\log\<config>\<repo>\
(same as in VMR)DotNetTool
andDotNetRoot
Commit 2: Enable inner-clone functionality in SBE and disable the ArPow UseInnerClone infra.
Instead of a clone of the entire SBE repository, clone the inner repos directly. The cloned repo folder is located under
src\<repo>\artifacts\clone\
.I validated that after this change the produced packages still get correctly published under the
ArtifactsShippingPackagesDir
and the log files under theArtifactsLogDir
.