Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[release/3.0] Update dependencies from dnceng/internal/dotnet-wpf-int #8866

Conversation

dotnet-maestro[bot]
Copy link

@dotnet-maestro dotnet-maestro bot commented Nov 18, 2019

This pull request updates the following dependencies

From https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int

  • Build: 20191121.4
  • Date Produced: 11/21/2019 7:45 PM
  • Commit: 7600d3277ae2842c490b8e321743d0738e90330d
  • Branch: refs/heads/release/3.0
  • Updates:
    • Microsoft.DotNet.Wpf.DncEng -> 4.8.0-servicing.19571.4

Coherency Updates

The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format

  • Microsoft.DotNet.Wpf.GitHub -> 4.8.0-servicing.19571.2 (parent: Microsoft.DotNet.Wpf.DncEng)

…otnet-wpf-int build 20191118.7

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19568.7
@dotnet-maestro
Copy link
Author

dotnet-maestro bot commented Nov 18, 2019

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_Arm64_Alpine37 release), dotnet.core-setup (Build Linux_x64_Alpine36 debug), 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.

…otnet-wpf-int build 20191118.14

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19568.14

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19568.4 (parent: Microsoft.DotNet.Wpf.DncEng)
…otnet-wpf-int build 20191120.4

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19570.4

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19568.4 (parent: Microsoft.DotNet.Wpf.DncEng)
…otnet-wpf-int build 20191121.4

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19571.4

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19571.2 (parent: Microsoft.DotNet.Wpf.DncEng)
@dotnet-maestro dotnet-maestro bot merged commit 59e0e22 into release/3.0 Nov 21, 2019
@dotnet-maestro dotnet-maestro bot deleted the darc-release/3.0-064d39bd-e28e-433e-be9e-b44b7d520ace branch November 21, 2019 20:25
mmitche pushed a commit that referenced this pull request Nov 25, 2019
* update branding to 3.0.2 (#8864)

* [release/3.0] Update tests to explicit set/unset environment variables as they expect (#8811)

* Explicitly set DOTNET_MULTILEVEL_LOOKUP in tests (#7541)

* Unset $DOTNET_ROOT environment variable for tests that don't require it

If this variable is set in your environment, running `build.sh -t` will
pass it to the test harness, causing these tests to fail.

Teach Command.EnvironmentVariable() to handle `null` as an empty string,
so that if the DotNetRoot() extension method is called with a `null`
parameter, the $DOTNET_ROOT and $DOTNET_ROOT(x86) environment variables
are essentially unset as far as pal::getenv() is concerned.

* HostWriter: Remove signature on MAC host (#8625)

In order to conform with Catalina notarization requirements, the template apphost
will be shipped after codesigning.

This commit implements a change to remove the code-signature when customizing the apphost for an app.

Testing:
- Tested the HostModel library using a locally signed version of apphost
- Verified that unsigned host can be re-signed later
- Verified that the original unsigned-apphost, and the signature-removed-apphost are binary equal.

* Add servicing config: project skip infrastructure (#8827)

* [release/3.0] Update dependencies from dnceng/internal/dotnet-wpf-int (#8866)

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20191118.7

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19568.7

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20191118.14

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19568.14

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19568.4 (parent: Microsoft.DotNet.Wpf.DncEng)

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20191120.4

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19570.4

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19568.4 (parent: Microsoft.DotNet.Wpf.DncEng)

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20191121.4

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19571.4

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19571.2 (parent: Microsoft.DotNet.Wpf.DncEng)

* Update dependencies from https://github.com/dotnet/arcade build 20191119.2 (#8872)

- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19569.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19569.2
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19569.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19569.2

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20191121.6 (#8884)

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-servicing.19571.6

Dependency coherency updates

- Microsoft.DotNet.Wpf.GitHub - 4.8.0-servicing.19571.3 (parent: Microsoft.DotNet.Wpf.DncEng)

* Update dependencies from https://github.com/dotnet/corefx build 20191121.1 (#8886)

- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19571.1

* Update dependencies from https://github.com/dotnet/corefx build 20191121.2 (#8887)

- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19571.2

* [release/3.0] Update dependencies from dotnet/coreclr (#8875)

* Update dependencies from https://github.com/dotnet/coreclr build 20191120.2

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.2-servicing.19570.2

* Update dependencies from https://github.com/dotnet/coreclr build 20191120.4

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.2-servicing.19570.4

* Update dependencies from https://github.com/dotnet/coreclr build 20191121.1

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.2-servicing.19571.1

* Update dependencies from https://github.com/dotnet/coreclr build 20191121.4

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.2-servicing.19571.4

* Update dependencies from https://github.com/dotnet/coreclr build 20191121.5

- Microsoft.NETCore.Runtime.CoreCLR - 3.0.2-servicing.19571.5

* Update dependencies from https://github.com/dotnet/corefx build 20191121.3 (#8888)

- System.Drawing.Common - 4.6.2-servicing.19571.3
- Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-servicing.19571.3
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.

0 participants