This repository was archived by the owner on Jan 23, 2023. It is now read-only.
[release/3.1] Update dependencies from dotnet/arcade - #7983
Merged
dotnet-maestro[bot] merged 47 commits intoSep 5, 2019
Merged
Conversation
…820.10 (#7795) - System.Windows.Extensions - 4.6.0-rc1.19420.10 - System.CodeDom - 4.6.0-rc1.19420.10 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19420.10 - Microsoft.NETCore.Targets - 3.0.0-rc1.19420.10 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19420.10 - Microsoft.Win32.Registry - 4.6.0-rc1.19420.10 - Microsoft.Win32.Registry.AccessControl - 4.6.0-rc1.19420.10 - Microsoft.Win32.SystemEvents - 4.6.0-rc1.19420.10 - Microsoft.Windows.Compatibility - 3.0.0-rc1.19420.10 - System.Configuration.ConfigurationManager - 4.6.0-rc1.19420.10 - System.Resources.Extensions - 4.6.0-rc1.19420.10 - System.Security.AccessControl - 4.6.0-rc1.19420.10 - System.Security.Cryptography.Cng - 4.6.0-rc1.19420.10 - System.Security.Cryptography.Pkcs - 4.6.0-rc1.19420.10 - System.Security.Cryptography.ProtectedData - 4.6.0-rc1.19420.10 - System.Security.Cryptography.Xml - 4.6.0-rc1.19420.10 - System.Security.Permissions - 4.6.0-rc1.19420.10 - System.Security.Principal.Windows - 4.6.0-rc1.19420.10 - System.Text.Encodings.Web - 4.6.0-rc1.19420.10 - System.Text.Json - 4.6.0-rc1.19420.10 - System.Threading.AccessControl - 4.6.0-rc1.19420.10 - System.Diagnostics.EventLog - 4.6.0-rc1.19420.10 - System.Diagnostics.PerformanceCounter - 4.6.0-rc1.19420.10 - System.DirectoryServices - 4.6.0-rc1.19420.10 - System.Drawing.Common - 4.6.0-rc1.19420.10 - System.IO.FileSystem.AccessControl - 4.6.0-rc1.19420.10 - System.IO.Packaging - 4.6.0-rc1.19420.10
(cherry picked from commit 645aa3a)
* Split blob publish into stages run before Arcade The Arcade publish stages contain the job that promotes the build, causing auto-update PRs to be generated. This means that running installer publish after Arcade can cause a temporarily broken update PR. To fix this, publish blobs before the Arcade stages. Leave dotnet/versions publish and build finalization until after the Arcade stages, so that they still only happen after the nupkgs are published. * Changes per feedback Remove "Custom" verbiage, not useful and in some cases now incorrect. Order publish.yml stages by dependency to help readability. (cherry picked from commit 54ae67a)
…90821.7 (#7798) - NETStandard.Library - 2.1.0-prerelease.19421.7
…0821.8 (#7799) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19421.8
…90822.3 (#7805) - NETStandard.Library - 2.1.0-prerelease.19422.3
…821.4 (#7802) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19421.4
…0822.4 (#7812) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19422.4
* Fix bundle installer signing * Remove SignMsiFiles.proj MSBuild cycle This OrderProjectReference is unnecessary: ensuring the MSI files are signed before bundling them is already handled by the infrastructure in the GetBundledMsiFiles target.
…822.24 (#7814) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19422.24
…90823.3 (#7826) - NETStandard.Library - 2.1.0-prerelease.19423.3
…823.6 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19423.6
…824.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19424.1
…3c5-a7e4-a421c3a6f635 [release/3.0] Update dependencies from dotnet/arcade
…90825.3 (#7837) - NETStandard.Library - 2.1.0-prerelease.19425.3
…0826.2 (#7845) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19426.2
…0826.4 (#7856) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19426.4
* Set up auto-update for infra packages * React to packaging tools centralizing specs (cherry picked from commit ec56798)
(cherry picked from commit e37b0cf)
* Update dependencies from https://github.com/dotnet/arcade build 20190825.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19425.1 * Update dependencies from https://github.com/dotnet/arcade build 20190826.12 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19426.12
…90827.3 (#7866) - NETStandard.Library - 2.1.0-prerelease.19427.3
Allow the SDK to restore SourceLink and find its MSBuild props and targets files. These are used to fetch Git information. Use Arcade-generated '_version.c'. The new '_version.c' is identical to the old 'version.cpp'. The host build.sh generated an empty 'version.cpp' when it doesn't already exist at the specified path, which caused the "No version information" message to be included. (cherry picked from commit bac3b0d)
* Update dependencies from https://github.com/dotnet/coreclr build 20190827.2 - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.2 * Update dependencies from https://github.com/dotnet/coreclr build 20190827.5 - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.5
…0827.10 (#7874) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.10
…827.8 (#7876) - Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19427.8 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19427.8 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19427.8 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19427.8
…90828.3 (#7878) - NETStandard.Library - 2.1.0-prerelease.19428.3
…0828.2 (#7880) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19428.2
…0828.6 (#7884) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19428.6
…828.9 (#7886) - Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19428.9 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19428.9 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19428.9 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19428.9
…0829.2 (#7891) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19429.2
…90829.3 (#7894) - NETStandard.Library - 2.1.0-prerelease.19429.3
…0829.4 (#7896) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19429.4
…0830.2 (#7907) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19430.2
…0830.3 (#7909) - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19430.3
…903.4 (#7943) - System.Windows.Extensions - 4.6.0-rc1.19453.4 - System.CodeDom - 4.6.0-rc1.19453.4 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19453.4 - Microsoft.NETCore.Targets - 3.0.0-rc1.19453.4 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19453.4 - Microsoft.Win32.Registry - 4.6.0-rc1.19453.4 - Microsoft.Win32.Registry.AccessControl - 4.6.0-rc1.19453.4 - Microsoft.Win32.SystemEvents - 4.6.0-rc1.19453.4 - Microsoft.Windows.Compatibility - 3.0.0-rc1.19453.4 - System.Configuration.ConfigurationManager - 4.6.0-rc1.19453.4 - System.Resources.Extensions - 4.6.0-rc1.19453.4 - System.Security.AccessControl - 4.6.0-rc1.19453.4 - System.Security.Cryptography.Cng - 4.6.0-rc1.19453.4 - System.Security.Cryptography.Pkcs - 4.6.0-rc1.19453.4 - System.Security.Cryptography.ProtectedData - 4.6.0-rc1.19453.4 - System.Security.Cryptography.Xml - 4.6.0-rc1.19453.4 - System.Security.Permissions - 4.6.0-rc1.19453.4 - System.Security.Principal.Windows - 4.6.0-rc1.19453.4 - System.Text.Encodings.Web - 4.6.0-rc1.19453.4 - System.Text.Json - 4.6.0-rc1.19453.4 - System.Threading.AccessControl - 4.6.0-rc1.19453.4 - System.Diagnostics.EventLog - 4.6.0-rc1.19453.4 - System.Diagnostics.PerformanceCounter - 4.6.0-rc1.19453.4 - System.DirectoryServices - 4.6.0-rc1.19453.4 - System.Drawing.Common - 4.6.0-rc1.19453.4 - System.IO.FileSystem.AccessControl - 4.6.0-rc1.19453.4 - System.IO.Packaging - 4.6.0-rc1.19453.4
…otnet-wpf-int build 20190820.2 (#7956) - Microsoft.DotNet.Wpf.DncEng - 5.0.0-alpha1.19420.2 Dependency coherency updates - Microsoft.Private.Winforms - 4.8.0-preview9.19417.1 (parent: Microsoft.DotNet.Wpf.DncEng) - Microsoft.DotNet.Wpf.GitHub - 4.8.0-preview9.19417.4 (parent: Microsoft.DotNet.Wpf.DncEng)
…904.1 (#7957) - System.Windows.Extensions - 4.6.0-rc1.19454.1 - System.CodeDom - 4.6.0-rc1.19454.1 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19454.1 - Microsoft.NETCore.Targets - 3.0.0-rc1.19454.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19454.1 - Microsoft.Win32.Registry - 4.6.0-rc1.19454.1 - Microsoft.Win32.Registry.AccessControl - 4.6.0-rc1.19454.1 - Microsoft.Win32.SystemEvents - 4.6.0-rc1.19454.1 - Microsoft.Windows.Compatibility - 3.0.0-rc1.19454.1 - System.Configuration.ConfigurationManager - 4.6.0-rc1.19454.1 - System.Resources.Extensions - 4.6.0-rc1.19454.1 - System.Security.AccessControl - 4.6.0-rc1.19454.1 - System.Security.Cryptography.Cng - 4.6.0-rc1.19454.1 - System.Security.Cryptography.Pkcs - 4.6.0-rc1.19454.1 - System.Security.Cryptography.ProtectedData - 4.6.0-rc1.19454.1 - System.Security.Cryptography.Xml - 4.6.0-rc1.19454.1 - System.Security.Permissions - 4.6.0-rc1.19454.1 - System.Security.Principal.Windows - 4.6.0-rc1.19454.1 - System.Text.Encodings.Web - 4.6.0-rc1.19454.1 - System.Text.Json - 4.6.0-rc1.19454.1 - System.Threading.AccessControl - 4.6.0-rc1.19454.1 - System.Diagnostics.EventLog - 4.6.0-rc1.19454.1 - System.Diagnostics.PerformanceCounter - 4.6.0-rc1.19454.1 - System.DirectoryServices - 4.6.0-rc1.19454.1 - System.Drawing.Common - 4.6.0-rc1.19454.1 - System.IO.FileSystem.AccessControl - 4.6.0-rc1.19454.1 - System.IO.Packaging - 4.6.0-rc1.19454.1
…90904.3 (#7961) - NETStandard.Library - 2.1.0-prerelease.19454.3
…90904.4 (#7962) - NETStandard.Library - 2.1.0-prerelease.19454.4
* Update dependencies from https://github.com/dotnet/arcade build 20190829.16 - Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19429.16 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19429.16 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19429.16 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19429.16 * Update dependencies from https://github.com/dotnet/arcade build 20190830.3 - Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19430.3 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19430.3 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19430.3 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19430.3 * Update dependencies from https://github.com/dotnet/arcade build 20190903.5 - Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19453.5 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19453.5 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19453.5 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19453.5
(cherry picked from commit f14056f)
…904.7 (#7973) - System.Windows.Extensions - 4.6.0-rc1.19454.7 - System.CodeDom - 4.6.0-rc1.19454.7 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19454.7 - Microsoft.NETCore.Targets - 3.0.0-rc1.19454.7 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19454.7 - Microsoft.Win32.Registry - 4.6.0-rc1.19454.7 - Microsoft.Win32.Registry.AccessControl - 4.6.0-rc1.19454.7 - Microsoft.Win32.SystemEvents - 4.6.0-rc1.19454.7 - Microsoft.Windows.Compatibility - 3.0.0-rc1.19454.7 - System.Configuration.ConfigurationManager - 4.6.0-rc1.19454.7 - System.Resources.Extensions - 4.6.0-rc1.19454.7 - System.Security.AccessControl - 4.6.0-rc1.19454.7 - System.Security.Cryptography.Cng - 4.6.0-rc1.19454.7 - System.Security.Cryptography.Pkcs - 4.6.0-rc1.19454.7 - System.Security.Cryptography.ProtectedData - 4.6.0-rc1.19454.7 - System.Security.Cryptography.Xml - 4.6.0-rc1.19454.7 - System.Security.Permissions - 4.6.0-rc1.19454.7 - System.Security.Principal.Windows - 4.6.0-rc1.19454.7 - System.Text.Encodings.Web - 4.6.0-rc1.19454.7 - System.Text.Json - 4.6.0-rc1.19454.7 - System.Threading.AccessControl - 4.6.0-rc1.19454.7 - System.Diagnostics.EventLog - 4.6.0-rc1.19454.7 - System.Diagnostics.PerformanceCounter - 4.6.0-rc1.19454.7 - System.DirectoryServices - 4.6.0-rc1.19454.7 - System.Drawing.Common - 4.6.0-rc1.19454.7 - System.IO.FileSystem.AccessControl - 4.6.0-rc1.19454.7 - System.IO.Packaging - 4.6.0-rc1.19454.7
…904.13 (#7979) - System.Windows.Extensions - 4.6.0-rc1.19454.13 - System.CodeDom - 4.6.0-rc1.19454.13 - Microsoft.NETCore.Platforms - 3.0.0-rc1.19454.13 - Microsoft.NETCore.Targets - 3.0.0-rc1.19454.13 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc1.19454.13 - Microsoft.Win32.Registry - 4.6.0-rc1.19454.13 - Microsoft.Win32.Registry.AccessControl - 4.6.0-rc1.19454.13 - Microsoft.Win32.SystemEvents - 4.6.0-rc1.19454.13 - Microsoft.Windows.Compatibility - 3.0.0-rc1.19454.13 - System.Configuration.ConfigurationManager - 4.6.0-rc1.19454.13 - System.Resources.Extensions - 4.6.0-rc1.19454.13 - System.Security.AccessControl - 4.6.0-rc1.19454.13 - System.Security.Cryptography.Cng - 4.6.0-rc1.19454.13 - System.Security.Cryptography.Pkcs - 4.6.0-rc1.19454.13 - System.Security.Cryptography.ProtectedData - 4.6.0-rc1.19454.13 - System.Security.Cryptography.Xml - 4.6.0-rc1.19454.13 - System.Security.Permissions - 4.6.0-rc1.19454.13 - System.Security.Principal.Windows - 4.6.0-rc1.19454.13 - System.Text.Encodings.Web - 4.6.0-rc1.19454.13 - System.Text.Json - 4.6.0-rc1.19454.13 - System.Threading.AccessControl - 4.6.0-rc1.19454.13 - System.Diagnostics.EventLog - 4.6.0-rc1.19454.13 - System.Diagnostics.PerformanceCounter - 4.6.0-rc1.19454.13 - System.DirectoryServices - 4.6.0-rc1.19454.13 - System.Drawing.Common - 4.6.0-rc1.19454.13 - System.IO.FileSystem.AccessControl - 4.6.0-rc1.19454.13 - System.IO.Packaging - 4.6.0-rc1.19454.13
…904.31 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19454.31
Author
Auto-Merge StatusThis pull request has been merged because the following merge policies have succeeded.
|
…/3.1-0d616e3a-77c8-463c-ba15-c81923b9b5bb
dotnet-maestro
Bot
deleted the
darc-release/3.1-0d616e3a-77c8-463c-ba15-c81923b9b5bb
branch
September 5, 2019 15:13
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request updates the following dependencies
From https://github.com/dotnet/arcade