-
Notifications
You must be signed in to change notification settings - Fork 375
Update workaround-publishing branch with current main #7138
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[master] Update dependencies from dotnet/xliff-tasks mono/linker
* Post build sign algorithmic description * Update Documentation/CorePackages/PostBuildSigning.md Co-authored-by: Christopher Costa <chcosta@microsoft.com> * Update Documentation/CorePackages/PostBuildSigning.md Co-authored-by: Christopher Costa <chcosta@microsoft.com> * Update Documentation/CorePackages/PostBuildSigning.md Co-authored-by: Christopher Costa <chcosta@microsoft.com> Co-authored-by: Christopher Costa <chcosta@microsoft.com>
This script sets up flow for a .NET 6 preview given a few input parameters.
This reverts commit 5624102.
…4.2 (#7055) [master] Update dependencies from mono/linker
[master] Update dependencies from dotnet/roslyn dotnet/xharness
…305.1 (#7072) [main] Update dependencies from dotnet/arcade
…dation package (#7057) * add package valiation proj * adding tests * address feedback * delete extra file * correct typo * set XUnitPublishTargetFramework to net5.0 * use netcoreapp3.1
…ition (#7078) Since Helix agents tend to be in the same data center or geolocated in the Western US, this isn't a perf degradation (gain, in some cases) but also when executed at Helix scale, means a substantial savings
…#7058) * Add attribute diffing for generic and regular parameters * PR Feedback (avoid duplication)
[main] Update dependencies from dotnet/arcade mono/linker - Merge branch 'main' into darc-main-c7daeaa9-149a-434b-8e58-adbd726d8077
* use ubuntu & debian instead of unix & freebsd * use linux instead of ubuntu
…ped anymore (#7100) * Some meta data was dropping, so I included it so it wouldn't get dropped anymore * remove added whitespace * using tryGetValue to validate existence of data instead of containsKey
* Documentation update for changes to Arcade Validation * Update documentation to use best judgement about validating against bellwether repos * Update Documentation/Validation/Overview.md Co-authored-by: Ricardo Arenas <riarenas@microsoft.com> * Update Documentation/Validation/Overview.md Co-authored-by: Ricardo Arenas <riarenas@microsoft.com> * Update Documentation/Validation/Overview.md Co-authored-by: Ricardo Arenas <riarenas@microsoft.com> * Tweaks per code review feedback Co-authored-by: Ricardo Arenas <riarenas@microsoft.com>
…O reporter execution. (#7103)
I found out the on Linux, commands were failing because every single one of them was escaped, so things like this would fail: ``` dotnet "tool" "install" "--version" ... ``` I need this change for #7029
…arcade mono/linker (#7098) [main] Update dependencies from dotnet/roslyn dotnet/xharness dotnet/arcade mono/linker
* add net472 to package * correcting the csproj * add net472 to tests
[main] Update dependencies from dotnet/arcade mono/linker
[main] Update dependencies from dotnet/arcade mono/linker
[main] Update dependencies from dotnet/xliff-tasks mono/linker
I happened to be referencing this code and noticed it dropped leading 0s from bytes when formatting the public key token. For example `b03f5f7f11d5a3a` `b03f5f7f11d50a3a`
…/xharness (#7131) * Update dependencies from https://github.com/dotnet/xliff-tasks build 20210319.2 XliffTasks From Version 1.0.0-beta.21168.1 -> To Version 1.0.0-beta.21169.2 * Update dependencies from https://github.com/mono/linker build 20210319.4 Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.2.21169.1 -> To Version 6.0.100-preview.2.21169.4 * Update dependencies from https://github.com/dotnet/xharness build 20210319.2 Microsoft.DotNet.XHarness.CLI From Version 1.0.0-prerelease.21162.1 -> To Version 1.0.0-prerelease.21169.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Add .NET 6 previews 3-5 * Add VS 17.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I need to update the workaround branch to get 648b877 there and unblock Preview 3 builds.