Skip to content

Commit 2294082

Browse files
Merge branch '0.81-stable' into cg_Upgradejs_yaml
2 parents 431dbd7 + 4621507 commit 2294082

148 files changed

Lines changed: 5807 additions & 311 deletions

File tree

Some content is hidden

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

.ado/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ variables:
110110
value: false
111111
- name: EnableCodesign
112112
value: false
113-
- name: ArtifactServices.Symbol.AccountName
114-
value: microsoft
115-
- name: ArtifactServices.Symbol.PAT
116-
value: $(pat-symbols-publish-microsoft)
117113
- name: SourceBranchWithFolders
118114
value: $[ replace(variables['Build.SourceBranch'], 'refs/heads/', '') ]
119115

@@ -384,6 +380,8 @@ extends:
384380
# Make symbols available through http://symweb.
385381
- task: PublishSymbols@2
386382
displayName: Publish symbols
383+
env:
384+
ARTIFACTSERVICES_SYMBOL_ACCOUNTNAME: microsoft
387385
inputs:
388386
SearchPattern: vnext/target/**/*.pdb
389387
SymbolServerType: TeamServices
@@ -482,6 +480,8 @@ extends:
482480
- task: PublishSymbols@2
483481
displayName: 'Publish Symbols to Microsoft Symbol Server'
484482
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
483+
env:
484+
ARTIFACTSERVICES_SYMBOL_ACCOUNTNAME: microsoft
485485
inputs:
486486
SymbolsFolder: '$(System.DefaultWorkingDirectory)\NugetRoot'
487487
SearchPattern: '**/*.pdb'

.ado/release.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extends:
8181
approvers: 'khosany@microsoft.com'
8282

8383
- job: PushPrivateAdo
84-
displayName: ADO - react-native
84+
displayName: ADO - nuget - react-native
8585
timeoutInMinutes: 0
8686
templateContext:
8787
inputs:
@@ -93,18 +93,15 @@ extends:
9393
- checkout: none
9494
- task: NuGetToolInstaller@1
9595
displayName: 'Use NuGet '
96-
- task: NuGetAuthenticate@1
97-
displayName: NuGet Authenticate
98-
inputs:
99-
nuGetServiceConnections: ms/react-native ADO Feed
96+
- template: .ado/templates/authenticate-office-react-native-windows-bot.yml@self
10097
- task: CmdLine@2
10198
displayName: NuGet push (react-native)
10299
inputs:
103-
script: nuget.exe push *.nupkg -ApiKey AzureArtifacts -Source https://pkgs.dev.azure.com/ms/_packaging/react-native/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
100+
script: nuget.exe push *.nupkg -ApiKey $(oficeReactnativeWindowsBotAadAuthToken) -Source https://pkgs.dev.azure.com/ms/_packaging/react-native/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
104101
workingDirectory: $(Pipeline.Workspace)/ReactWindows-final-nuget
105102

106103
- job: PushPublicAdo
107-
displayName: ADO - react-native-public
104+
displayName: ADO - nuget - react-native-public
108105
timeoutInMinutes: 0
109106
templateContext:
110107
inputs:
@@ -116,14 +113,11 @@ extends:
116113
- checkout: none
117114
- task: NuGetToolInstaller@1
118115
displayName: 'Use NuGet '
119-
- task: NuGetAuthenticate@1
120-
displayName: NuGet Authenticate
121-
inputs:
122-
nuGetServiceConnections: ms/react-native-public ADO Feed
116+
- template: .ado/templates/authenticate-office-react-native-windows-bot.yml@self
123117
- task: CmdLine@2
124118
displayName: NuGet push (react-native-public)
125119
inputs:
126-
script: nuget.exe push *.nupkg -ApiKey AzureArtifacts -Source https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
120+
script: nuget.exe push *.nupkg -ApiKey $(oficeReactnativeWindowsBotAadAuthToken) -Source https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
127121
workingDirectory: $(Pipeline.Workspace)/ReactWindows-final-nuget
128122

129123
- job: PushNuGetOrg
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
steps:
2+
- task: AzureCLI@2
3+
inputs:
4+
azureSubscription: 'Office-React-Native-Windows-Bot'
5+
scriptType: 'bash'
6+
scriptLocation: 'inlineScript'
7+
inlineScript: |
8+
# Note that the resource is specified to limit the token to Azure DevOps
9+
aadToken=$(az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv)
10+
echo "##vso[task.setvariable variable=oficeReactnativeWindowsBotAadAuthToken;issecret=true]$aadToken"
11+
displayName: 'Generate oficeReactnativeWindowsBotAadAuthToken AAD token using Azure CLI'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Fix TextWin32 export",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "30809111+acoates-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Fix selectable text not working inside ScrollView",
4+
"packageName": "react-native-windows",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Fix memoryStram getting unitialized",
4+
"packageName": "react-native-windows",
5+
"email": "hmalothu@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "adding fix for shadow in rounded box",
4+
"packageName": "react-native-windows",
5+
"email": "protikbiswas@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Fix crash in ABIViewManager::RemoveAllChildren during shutdown",
4+
"packageName": "react-native-windows",
5+
"email": "hmalothu@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "visual studio 2026 strict check fix",
4+
"packageName": "react-native-windows",
5+
"email": "hmalothu@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"flow-enums-runtime": "^0.0.6"
1818
},
1919
"peerDependencies": {
20-
"@office-iss/react-native-win32": "0.81.0",
20+
"@office-iss/react-native-win32": "0.81.2",
2121
"react": "19.1.0",
2222
"react-native": "0.81.5"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "0.81.0",
25+
"@office-iss/react-native-win32": "0.81.2",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.37",
2828
"@rnw-scripts/just-task": "2.3.56",

0 commit comments

Comments
 (0)