Skip to content

Conversation

@dotnet-maestro-bot
Copy link

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

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

  • v-wuzhai
  • dotnet-maestro[bot]
  • marcpopMSFT
  • mmitche
  • MichaelSimons

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/7.0.1xx
git pull --ff-only
git checkout main
git pull --ff-only
git merge --no-ff release/7.0.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/7.0.1xx-to-main
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/core-sdk HEAD:merge/release/7.0.1xx-to-main

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/7.0.1xx-to-main'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

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

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.

Jason Zhai and others added 12 commits September 27, 2022 23:49
…ld 20220928.2

Microsoft.DotNet.Test.ProjectTemplates.5.0 , Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0
 From Version 1.0.2-beta4.22455.1 -> To Version 1.0.2-beta4.22478.2
Signing happens at the end of the build now, even with in-build signing. The staging pipeline pushes the nupkgs. This step is not necessary, and pushes unsigned nupkgs.
…ence-packages build 20220928.1 (dotnet#14612)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 7.0.0-alpha.1.22477.1 -> To Version 7.0.0-alpha.1.22478.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…875b-fbf4-4cd3-8e4f-f4d0c113ba02

[release/7.0.1xx] Update dependencies from dotnet/test-templates
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.100-rtm.22477.16 -> To Version 7.0.100-rtm.22478.5
…14d9-0580-4a65-aae4-8862ba7c96c7

[release/7.0.1xx] Update dependencies from dotnet/sdk
@dotnet-maestro-bot dotnet-maestro-bot requested a review from a team as a code owner September 29, 2022 01:52
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/7.0.1xx-to-main branch from ca667c0 to 8153d0b Compare September 29, 2022 01:52
@v-wuzhai
Copy link

@dotnet/source-build-internal @mmitche @marcpopMSFT I tried to resolve the conflict, Could you help to review them?

Copy link
Member

@MichaelSimons MichaelSimons left a comment

Choose a reason for hiding this comment

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

Source-build changes look good.

@mmitche mmitche merged commit 99ef257 into dotnet:main Sep 29, 2022
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.

5 participants