Skip to content
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 into
release/3.1from
darc-release/3.1-0d616e3a-77c8-463c-ba15-c81923b9b5bb
Sep 5, 2019
Merged

[release/3.1] Update dependencies from dotnet/arcade#7983
dotnet-maestro[bot] merged 47 commits into
release/3.1from
darc-release/3.1-0d616e3a-77c8-463c-ba15-c81923b9b5bb

Conversation

@dotnet-maestro

@dotnet-maestro dotnet-maestro Bot commented Sep 5, 2019

Copy link
Copy Markdown

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Build: 20190904.31
  • Date Produced: 9/5/2019 2:00 AM
  • Commit: 00d8aa82b488f321204a0e69a81399af9df276a1
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.DotNet.Arcade.Sdk -> 1.0.0-beta.19454.31

dotnet-maestro Bot and others added 30 commits August 21, 2019 20:58
…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
* 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)
* 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
dotnet-maestro Bot and others added 15 commits August 29, 2019 18:30
…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
…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
@dotnet-maestro

dotnet-maestro Bot commented Sep 5, 2019

Copy link
Copy Markdown
Author

Auto-Merge Status

This pull request has been merged because the following merge policies have succeeded.

  • ✔️ Standard Merge Policies Succeeded - Successful checks: dotnet.core-setup, dotnet.core-setup (Build Windows_x86 release), dotnet.core-setup (Build Windows_x86 debug), dotnet.core-setup (Build Windows_x64 release), dotnet.core-setup (Build Windows_x64 debug), dotnet.core-setup (Build Windows_Arm64 release), dotnet.core-setup (Build Windows_Arm64 debug), dotnet.core-setup (Build Windows_Arm release), dotnet.core-setup (Build Windows_Arm debug), dotnet.core-setup (Build OSX Release), dotnet.core-setup (Build OSX Debug), dotnet.core-setup (Build Linux_x64_Rhel6 release), dotnet.core-setup (Build Linux_x64_glibc release), dotnet.core-setup (Build Linux_x64_Rhel6 debug), dotnet.core-setup (Build Linux_x64_glibc debug), dotnet.core-setup (Build Linux_x64_Alpine36 release), dotnet.core-setup (Build Linux_x64_Alpine36 debug), dotnet.core-setup (Build Linux_Arm64_Alpine37 release), dotnet.core-setup (Build Linux_Arm64_Alpine37 debug), dotnet.core-setup (Build Linux_Arm64 release), dotnet.core-setup (Build Linux_Arm release), dotnet.core-setup (Build Linux_Arm64 debug), dotnet.core-setup (Build Linux_Arm debug)
  • ✔️ Standard Merge Policies Succeeded - No reviews have requested changes.

@dotnet-maestro
dotnet-maestro Bot merged commit 570bc29 into release/3.1 Sep 5, 2019
@dotnet-maestro
dotnet-maestro Bot deleted the darc-release/3.1-0d616e3a-77c8-463c-ba15-c81923b9b5bb branch September 5, 2019 15:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants