Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ parameters:
BuildConfiguration: Release
BuildPlatform: x86
UseFabric: true
- Name: ARM64ECDebugFabric
BuildConfiguration: Debug
BuildPlatform: ARM64EC
UseFabric: true
- Name: ARM64ECReleaseFabric
BuildConfiguration: Release
BuildPlatform: ARM64EC
UseFabric: true

- name: universalBuildMatrix
type: object
Expand Down Expand Up @@ -529,14 +537,14 @@ extends:
configuration: Release
- platform: x86
configuration: Release
# - platform: ARM64EC
# configuration: Release
- platform: ARM64EC
configuration: Release
- platform: x64
configuration: Debug
- platform: x86
configuration: Debug
# - platform: ARM64EC
# configuration: Debug
- platform: ARM64EC
configuration: Debug

templateContext:
sdl:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Build arm64ec platform for desktop fabric dll",
"packageName": "react-native-windows",
"email": "53619745+rnbot@users.noreply.github.com",
"dependentChangeType": "patch"
}
7 changes: 6 additions & 1 deletion vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@
%(AdditionalDependencies);
Bcrypt.lib;
Chakrart.lib;
Pathcch.lib
D2D1.lib;
D3D11.lib;
DWrite.lib;
Pathcch.lib;
ShCore.lib;
Uiautomationcore.lib
</AdditionalDependencies>
<DelayLoadDLLs>Chakra.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
Expand Down
Loading