[0.81] Move CI/Release pipelines to office/ISS ADO project - #16360
Open
Vladimir Morozov (vmoroz) wants to merge 2 commits into
Open
[0.81] Move CI/Release pipelines to office/ISS ADO project#16360Vladimir Morozov (vmoroz) wants to merge 2 commits into
Vladimir Morozov (vmoroz) wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 40 out of 40 changed files in this pull request and generated 3 comments.
Suppressed comments (4)
vnext/Scripts/Warm-RnwFeedCache.ps1:76
- This default is copied from the newer branch, but the 0.81 CLI-init script pins
@react-native-community/template@0.81.0-nightly-202565-2f67cec. For any nightly warm-up (including the documented-ReactNativeVersionexample), this generates a different dependency closure thancreaternwapp.cmd, so the feed is not warmed for the packages the 0.81 CLI test actually restores.
vnext/Scripts/Warm-RnwFeedCache.ps1:90 UpdateNightlyDependencies.ps1is not present in this backport, so every invocation with a nightly React Native version fails whenUpdate-NightlyPackageJsontries to call this path. PR #16350 added that helper alongside these callers; please backport it as well.
.ado/README.md:84- This statement is not true for the backport: #16350's
package.json,yarn.lock, andstring_decodershim changes were omitted, and this branch still resolves versions such aslinkify-it5.0.0 that the source PR pinned to address Component Governance. Either port branch-compatible dependency fixes and regenerate the lockfile or revise this claim; otherwise the new Office SDL run can still report the alerts described as cleared.
this repo). `guardian/sdl/.gdnsuppress` is an **empty** suppression set: all
Component Governance alerts are fixed at the source (dependency `resolutions` in the
root `package.json`), so nothing is suppressed.
docs/build-pipelines.md:3
- The new scheduled feed warm-up is a fourth Azure DevOps pipeline, so the documented count is now stale.
Comment on lines
+147
to
+148
| call git config user.name "React-Native-Windows Bot" | ||
| call git config user.email "53619745+rnbot@users.noreply.github.com" |
Comment on lines
+149
to
+150
| call git config user.name "React-Native-Windows Bot" | ||
| call git config user.email "53619745+rnbot@users.noreply.github.com" |
Comment on lines
+70
to
+71
| parameters: | ||
| buildEnvironment: ${{ parameters.buildEnvironment }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport these PRs to
0.81-stablebranch:Microsoft Reviewers: Open in CodeFlow