-
Notifications
You must be signed in to change notification settings - Fork 346
Description
#4419 enabled prebuilt detection in this repo, which required additional repo dependencies:
https://github.com/dotnet/source-build-reference-packages
https://github.com/dotnet/source-build-externals
These dependencies should be kept up to date, with recurring repo flow/subscriptions.
Here are the commands that should be used:
darc add-subscription --channel ".NET Eng - Latest" --source-repo https://github.com/dotnet/source-build-reference-packages --target-repo https://github.com/microsoft/vstest --target-branch main --update-frequency everyWeek
darc add-subscription --channel ".NET 8" --source-repo https://github.com/dotnet/source-build-externals --target-repo https://github.com/microsoft/vstest --target-branch main --update-frequency everyWeek
I don't have enough permissions to add new subscriptions in this repo.