Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56739f6

Browse files
authoredApr 23, 2025··
Merge branch 'microsoft:main' into impAccessibilityLevel
2 parents 0ab8881 + 73c39fb commit 56739f6

File tree

69 files changed

+339
-2463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+339
-2463
lines changed
 

‎.ado/jobs/playground.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ parameters:
4242
BuildConfiguration: Release
4343
BuildPlatform: x64
4444
SolutionFile: Playground-Composition.sln
45-
- Name: X86DebugWin32
46-
BuildConfiguration: Debug
47-
BuildPlatform: x86
48-
SolutionFile: Playground-Win32.sln
49-
- Name: X64ReleaseWin32
50-
BuildConfiguration: Release
51-
BuildPlatform: x64
52-
SolutionFile: Playground-Win32.sln
5345
- BuildEnvironment: SecurePullRequest
5446
Matrix:
5547
- Name: X86DebugCompositionExperimentalWinUI3
@@ -104,14 +96,6 @@ parameters:
10496
BuildPlatform: x64
10597
SolutionFile: Playground-Composition.sln
10698
UseExperimentalWinUI3: true
107-
- Name: X86DebugWin32
108-
BuildConfiguration: Debug
109-
BuildPlatform: x86
110-
SolutionFile: Playground-Win32.sln
111-
- Name: X64ReleaseWin32
112-
BuildConfiguration: Release
113-
BuildPlatform: x64
114-
SolutionFile: Playground-Win32.sln
11599

116100
jobs:
117101
- ${{ each config in parameters.buildMatrix }}:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Update WindowsAppSDK version to 1.7.250401001",
4+
"packageName": "react-native-windows",
5+
"email": "30809111+acoates-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)
Please sign in to comment.