-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Update arcade from build 20200505.6 #35871
Conversation
Tagging subscribers to this area: @ViktorHofer |
@ViktorHofer I needed to rename the package testing settings dir to Also, it seems like updating arcade is blocked for installer builds that try to build the tests even when not wanting to run them using We can stop building the tests for those cases instead on the meantime to consume arcade. |
Hello @ViktorHofer! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
We need to update arcade to unblock official builds due to: dotnet/arcade#5417 and also we need: dotnet/arcade#5415 in order to be able to update TFM from netcoreapp5.0 to net5.0.
Official build test: https://dev.azure.com/dnceng/internal/_build/results?buildId=632553&view=results
cc: @dotnet/runtime-infrastructure