[release/6.0] Enable win registry install location for all architectures (#57851)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 31 Aug 2021 16:03:17 +0000 (09:03 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 16:03:17 +0000 (09:03 -0700)
commit08b249b2037a62bf7ebc1e3a7b371f724538c298
treec681ba3b0d478b4ef7637c7c3a92b217be95f32b
parent9f6ad5753ecb75deb524513fc17576781290f2d1
[release/6.0] Enable win registry install location for all architectures (#57851)

* Multi-arch support for win registry install locations

* Change get_dotnet_self_registered_config_location signature

* Link advapi32.lib on win-arm

* PR Feedback

* Indent

* Update get_dotnet_self_registered_config_location()

Co-authored-by: Mateo Torres Ruiz <matorre@microsoft.com>
src/installer/tests/HostActivation.Tests/MultiArchInstallLocation.cs
src/native/corehost/apphost/standalone/CMakeLists.txt
src/native/corehost/comhost/CMakeLists.txt
src/native/corehost/common.cmake
src/native/corehost/fxr_resolver.cpp
src/native/corehost/hostmisc/pal.h
src/native/corehost/hostmisc/pal.unix.cpp
src/native/corehost/hostmisc/pal.windows.cpp
src/native/corehost/ijwhost/CMakeLists.txt
src/native/corehost/test/nativehost/CMakeLists.txt