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

WPF support for ARM64: Enable build in public repo and update packaging #4048

Merged
merged 5 commits into from
Jan 22, 2021

Conversation

ryalanms
Copy link
Member

@ryalanms ryalanms commented Jan 21, 2021

Complete any remaining packaging and pipeline updates and enable ARM64 builds in the WPF repo.

Requires #4034, #4035, #4041, and #4042 to be completed beforehand.

Co-authored-by: Alexandre Zollinger Chohfi <...>
Co-authored-by: Marcpems <...>
Co-authored-by: Juan Sebastian Hoyos Ayala <...>
Co-authored-by: Ryland 41491307+ryalanms@users.noreply.github.com

/cc @azchohfi @hoyosjs @marcpems

Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Marcpems <marcpe@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
@ryalanms ryalanms requested a review from a team as a code owner January 21, 2021 06:44
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jan 21, 2021
@ghost ghost requested review from fabiant3 and SamBent January 21, 2021 06:44
@hoyosjs
Copy link
Member

hoyosjs commented Jan 21, 2021

Any reason not to include the packaging + pipeline changes here?

@ryalanms
Copy link
Member Author

We could combine them, I suppose.

@ryalanms ryalanms changed the title WPF support for ARM64: WPF ARM64 public repo Packaging updates WPF support for ARM64: Enable build in public repo and update packages Jan 21, 2021
@ryalanms ryalanms changed the title WPF support for ARM64: Enable build in public repo and update packages WPF support for ARM64: Enable build in public repo and update packaging Jan 21, 2021
Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Marcpems <marcpe@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
NuGet.config Outdated Show resolved Hide resolved
@ryalanms
Copy link
Member Author

ryalanms commented Jan 21, 2021

This PR build check will not pass until the other dependent PRs are merged.

Copy link
Contributor

@azchohfi azchohfi left a comment

Choose a reason for hiding this comment

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

Only the nuget.config change seems wrong.

Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Marcpems <marcpe@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
@fabiant3 fabiant3 mentioned this pull request Jan 22, 2021
10 tasks
@ryalanms
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ryalanms
Copy link
Member Author

There are failures in our APICompat checks. Investigating...

ryalanms and others added 2 commits January 21, 2021 20:37
Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Marcpems <marcpe@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
@ryalanms ryalanms merged commit 14c28d0 into master Jan 22, 2021
ryalanms added a commit that referenced this pull request May 7, 2021
…ng (#4048)

* WPF support for ARM64: WPF ARM64 public repo Packaging updates

* Enable arm64 builds on public WPF repo

* Update APICompat targets to work with ARM64

Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Marcpems <marcpe@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
ryalanms added a commit that referenced this pull request May 17, 2021
…ng (#4048)

* WPF support for ARM64: WPF ARM64 public repo Packaging updates

* Enable arm64 builds on public WPF repo

* Update APICompat targets to work with ARM64

Co-authored-by: Alexandre Zollinger Chohfi <alzollin@microsoft.com>
Co-authored-by: Marcpems <marcpe@microsoft.com>
Co-authored-by: Juan Sebastian Hoyos Ayala <juhoyosa@microsoft.com>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
ryalanms added a commit that referenced this pull request Jun 12, 2021
… updates (#4523)

Port WPF ARM64 support to NET 5:  Final project, source, and packaging updates (#4523).

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

* [release/5.0] Update dependencies from dnceng/internal/dotnet-wpf-int

* Update release/5.0 branding to 5.0.6 (#4380)

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

* [release/5.0] Update dependencies from dotnet/arcade

* [internal/release/5.0] Update dependencies from dnceng/internal/dotnet-winforms

* Update WPF Arcade SDK to support ARM64

* Update source files contained in the WPF Arcade SDK for ARM64

* Use correct TFM.  TFM should be win-arm64, not win10-arm64.

* Update WPF repo TFM from netcoreapp5.0 to net5.0

* Update Wpf.Cpp.Targets TFM.  Win10- should be win-. (#4046)

Update Wpf.Cpp.Targets TFM.  Win10- should be win-. (#4046)

* WPF support for ARM64: WPF public repo project updates and final source fixes (#4049)

* WPF support for ARM64: WPF public repo project updates and final source fixes

* Add Juan's sln fix for ARM64 platform

* WPF support for ARM64: Enable build in public repo and update packaging (#4048)

* WPF support for ARM64: WPF ARM64 public repo Packaging updates

* Enable arm64 builds on public WPF repo

* Update APICompat targets to work with ARM64

Co-authored-by: Alexandre Zollinger Chohfi <...>
Co-authored-by: Marcpems <...>
Co-authored-by: Juan Sebastian Hoyos Ayala <...>
Co-authored-by: Ryland <41491307+ryalanms@users.noreply.github.com>
@vishalmsft vishalmsft deleted the arm64.packaging.updates branch February 10, 2022 05:50
@vishalmsft vishalmsft restored the arm64.packaging.updates branch February 10, 2022 05:50
@vishalmsft vishalmsft deleted the arm64.packaging.updates branch February 10, 2022 05:50
@ghost ghost locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants