Skip to content
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

[automated] Merge branch 'release/3.1.1xx' => 'release/3.1.2xx' #7495

Conversation

dotnet-maestro-bot
Copy link

I detected changes in the release/3.1.1xx branch which have not been merged yet to release/3.1.2xx. I'm a robot and am configured to help you automatically keep release/3.1.2xx up to date, so I've opened this PR.

This PR merges commits made on release/3.1.1xx by the following committers:

  • wtgodbe
  • dsplaisted
  • dotnet-bot

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/3.1.1xx
git pull --ff-only
git checkout release/3.1.2xx
git pull --ff-only
git merge --no-ff release/3.1.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/core-sdk HEAD:merge/release/3.1.1xx-to-release/3.1.2xx
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/core-sdk HEAD:merge/release/3.1.1xx-to-release/3.1.2xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/3.1.1xx-to-release/3.1.2xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/3.1.1xx-to-release/3.1.2xx release/3.1.2xx
git pull https://github.com/dotnet-maestro-bot/core-sdk merge/release/3.1.1xx-to-release/3.1.2xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/core-sdk HEAD:merge/release/3.1.1xx-to-release/3.1.2xx
or if you are using SSH
git checkout -b merge/release/3.1.1xx-to-release/3.1.2xx release/3.1.2xx
git pull git@github.com:dotnet-maestro-bot/core-sdk merge/release/3.1.1xx-to-release/3.1.2xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/core-sdk HEAD:merge/release/3.1.1xx-to-release/3.1.2xx

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

dotnet-bot and others added 30 commits April 8, 2020 21:25
… repositories

This pull request updates the following dependencies

[marker]: <> (Begin:09e3bc2d-823c-446b-1ac3-08d7d0ed185e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-toolset
- **Subscription**: 09e3bc2d-823c-446b-1ac3-08d7d0ed185e
- **Build**: 20200408.8
- **Date Produced**: 4/8/2020 8:12 PM
- **Commit**: 7afa2d05784ab60659ae4536aae4307f01f54999
- **Branch**: refs/heads/internal/release/3.1.1xx
- **Updates**:
  - **Microsoft.Dotnet.Toolset.Internal**: from 3.1.104-servicing.20201.4 to 3.1.104-servicing.20208.8

[marker]: <> (End:09e3bc2d-823c-446b-1ac3-08d7d0ed185e)

[marker]: <> (Begin:Coherency Updates)
## 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](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

- **Microsoft.DotNet.Common.ItemTemplates**: from 3.1.4 to 3.1.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- **Microsoft.NET.Sdk**: from 3.1.103-servicing.20128.3 to 3.1.104-servicing.20202.8 (parent: Microsoft.Dotnet.Toolset.Internal)
- **Microsoft.DotNet.MSBuildSdkResolver**: from 3.1.104-servicing.20181.5 to 3.1.104-servicing.20208.5 (parent: Microsoft.Dotnet.Toolset.Internal)

[marker]: <> (End:Coherency Updates)
…8ff-4882-9c66-ae6bac21d67d into internal/release/3.1.1xx
… repositories

This pull request updates the following dependencies

[marker]: <> (Begin:5d90db0b-8f90-45a1-d510-08d7d0ed59cd)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup
- **Subscription**: 5d90db0b-8f90-45a1-d510-08d7d0ed59cd
- **Build**: 20200408.2
- **Date Produced**: 4/8/2020 9:00 PM
- **Commit**: 3c16cbb071d42984dce5b16a183eedff71a47d23
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.NETCore.App.Host.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.NETCore.App.Internal**: from 3.1.4-servicing.20181.2 to 3.1.4-servicing.20208.2
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.NETCore.DotNetHostResolver**: from 3.1.4 to 3.1.4

[marker]: <> (End:5d90db0b-8f90-45a1-d510-08d7d0ed59cd)

[marker]: <> (Begin:Coherency Updates)
## 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](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

- **Microsoft.NETCore.Platforms**: from 3.1.1 to 3.1.1 (parent: Microsoft.NetCore.App.Internal)
- **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 4.8.1-servicing.20127.4 to 4.8.1-servicing.20202.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- **Microsoft.DotNet.Wpf.ProjectTemplates**: from 3.1.3-servicing.20128.4 to 3.1.4-servicing.20203.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[marker]: <> (End:Coherency Updates)
…bfc-4189-a93c-21bffae5a794 into internal/release/3.1.1xx
…067-45ef-b447-579351f53bf3 into internal/release/3.1.1xx
… repositories

This pull request updates the following dependencies

[marker]: <> (Begin:dc04e489-b3e5-48df-1ac1-08d7d0ed185e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: dc04e489-b3e5-48df-1ac1-08d7d0ed185e
- **Build**: 20200405.4
- **Date Produced**: 4/6/2020 12:31 AM
- **Commit**: a68e5e2c420ec6a733e5adcda0459ddcfadfe1a4
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **dotnet-dev-certs**: from 3.1.3-servicing.20163.14 to 3.1.4-servicing.20205.4
  - **dotnet-user-secrets**: from 3.1.3-servicing.20163.14 to 3.1.4-servicing.20205.4
  - **dotnet-watch**: from 3.1.3-servicing.20163.14 to 3.1.4-servicing.20205.4
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 3.1.3 to 3.1.4
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: from 3.1.3-servicing.20163.14 to 3.1.4-servicing.20205.4

[marker]: <> (End:dc04e489-b3e5-48df-1ac1-08d7d0ed185e)
…a4e-47f7-92d1-db582d3e73e7 into internal/release/3.1.1xx
…222-4121-8e25-6c6b4ceb8d23 into internal/release/3.1.1xx
…0af-47d7-87e7-612d10d980eb into internal/release/3.1.1xx
…c93-416c-ace9-555cbe3e5ba6 into internal/release/3.1.1xx
…256-4010-aee5-1b270ababb91 into internal/release/3.1.1xx
…4af-4b53-ae62-a728afc98dbe into internal/release/3.1.1xx
…f59-4776-b995-8827182d0df3 into internal/release/3.1.1xx
…3d1-40dd-80c8-155ef10d1543 into internal/release/3.1.1xx
…90c-4886-9c1b-e910e434c871 into internal/release/3.1.1xx
…aa8-4dda-a7b4-02e052681bce into internal/release/3.1.1xx
…77b-4deb-bc94-675aa6dc134b into internal/release/3.1.1xx
…11c-40a7-b3cb-ff52b3a2e9d5 into internal/release/3.1.1xx
…1a6-49cc-bd0e-93685a753100 into internal/release/3.1.1xx
…8a1-4707-b925-77d0d4af224f into internal/release/3.1.1xx
…013-4988-9c45-a181a34e0030 into internal/release/3.1.1xx
…74d-4b37-9d7d-822d493c704e into internal/release/3.1.1xx
… repositories

This pull request updates the following dependencies

[marker]: <> (Begin:5d90db0b-8f90-45a1-d510-08d7d0ed59cd)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup
- **Subscription**: 5d90db0b-8f90-45a1-d510-08d7d0ed59cd
- **Build**: 20200414.5
- **Date Produced**: 4/15/2020 2:40 AM
- **Commit**: 009061358022e51c62bef1daa3535a08ca122750
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.NETCore.App.Host.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.NETCore.App.Internal**: from 3.1.4-servicing.20208.2 to 3.1.4-servicing.20214.5
  - **Microsoft.NETCore.App.Runtime.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.NETCore.DotNetHostResolver**: from 3.1.4 to 3.1.4

[marker]: <> (End:5d90db0b-8f90-45a1-d510-08d7d0ed59cd)

[marker]: <> (Begin:Coherency Updates)
## 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](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

- **Microsoft.NETCore.Platforms**: from 3.1.1 to 3.1.1 (parent: Microsoft.NetCore.App.Internal)
- **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 4.8.1-servicing.20202.2 to 4.8.1-servicing.20213.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- **Microsoft.DotNet.Wpf.ProjectTemplates**: from 3.1.4-servicing.20203.7 to 3.1.4-servicing.20213.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[marker]: <> (End:Coherency Updates)
…808-4f60-b95f-2efa52c02b58 into internal/release/3.1.1xx
… repositories

This pull request updates the following dependencies

[marker]: <> (Begin:dc04e489-b3e5-48df-1ac1-08d7d0ed185e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: dc04e489-b3e5-48df-1ac1-08d7d0ed185e
- **Build**: 20200416.4
- **Date Produced**: 4/16/2020 8:12 PM
- **Commit**: 67e04394e98d5bfa6a5684d471a72fcbe30fd587
- **Branch**: refs/heads/internal/release/3.1
- **Updates**:
  - **dotnet-dev-certs**: from 3.1.4-servicing.20215.19 to 3.1.4-servicing.20216.4
  - **dotnet-user-secrets**: from 3.1.4-servicing.20215.19 to 3.1.4-servicing.20216.4
  - **dotnet-watch**: from 3.1.4-servicing.20215.19 to 3.1.4-servicing.20216.4
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: from 3.1.4 to 3.1.4
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: from 3.1.4-servicing.20215.19 to 3.1.4-servicing.20216.4

[marker]: <> (End:dc04e489-b3e5-48df-1ac1-08d7d0ed185e)
… repositories

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## 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](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

- **Microsoft.DotNet.MSBuildSdkResolver**: from 3.1.104-servicing.20215.10 to 3.1.104-servicing.20216.4 (parent: Microsoft.Dotnet.Toolset.Internal)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:09e3bc2d-823c-446b-1ac3-08d7d0ed185e)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-toolset
- **Subscription**: 09e3bc2d-823c-446b-1ac3-08d7d0ed185e
- **Build**: 20200416.15
- **Date Produced**: 4/16/2020 9:56 PM
- **Commit**: c3c7708777432dec092de9f70df70ebab74c6beb
- **Branch**: refs/heads/internal/release/3.1.1xx
- **Updates**:
  - **Microsoft.Dotnet.Toolset.Internal**: from 3.1.104-servicing.20216.3 to 3.1.104-servicing.20216.15
  - **Microsoft.DotNet.MSBuildSdkResolver**: from 3.1.104-servicing.20215.10 to 3.1.104-servicing.20216.4

[marker]: <> (End:09e3bc2d-823c-446b-1ac3-08d7d0ed185e)
dotnet-bot and others added 12 commits April 22, 2020 05:54
…270-4cb0-8f76-5686866dd934 into internal/release/3.1.1xx
…92c-4769-904d-ed53f2232937 into internal/release/3.1.1xx
…f25-45a4-9d19-4eae0bf0a4fb into internal/release/3.1.1xx
…97e-4e3f-b088-5158963aa652 into internal/release/3.1.1xx
…bee-4c7b-bcf1-909b8c08c8bf into internal/release/3.1.1xx
…80a-45a9-aeb7-002f18b970a3 into internal/release/3.1.1xx
…fa4-4d61-ab45-5f67561ad8f0 into internal/release/3.1.1xx
…b0c-461f-890c-8081bef43187 into internal/release/3.1.1xx
…0/release/3.1.1xx

Dev/merge internal 05142020/release/3.1.1xx
# Conflicts:
#	eng/Version.Details.xml
#	eng/Versions.props
#	src/redist/targets/Versions.targets
@v-qizh10 v-qizh10 requested a review from wli3 May 18, 2020 09:21
Copy link

@v-qizh10 v-qizh10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wli3 I resolve the conflicts to follow the instruction in the PR description. Could you help to review it at your convenience?

Copy link
Member

@sfoslund sfoslund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no real changes here (See the Files changed tab is empty), which means you resolved the conflicts correctly but there was no real code change. In the future, if all the changes are in the eng/ folder you can skip performing the merge, as the resulting change will be empty like this.

@v-qizh10 v-qizh10 merged commit 2fdf037 into dotnet:release/3.1.2xx May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants