fix(release): NU1403 bei package-backed Release-Smokes beheben#120
Merged
tomtastisch merged 1 commit intomainfrom Feb 22, 2026
Merged
fix(release): NU1403 bei package-backed Release-Smokes beheben#120tomtastisch merged 1 commit intomainfrom
tomtastisch merged 1 commit intomainfrom
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
There was a problem hiding this comment.
Pull request overview
Behebt einen Release-Blocker (NU1403 / Package hash mismatch) im Release-Workflow für v6.1.13, indem die paketbasierten Restore-Schritte in den Release-Helper-Skripten an die bereits etablierte CI-Restore-Strategie angeglichen werden.
Changes:
dotnet restorein den Release-Smokes um-p:RestoreLockedMode=falseergänzt.dotnet restorezusätzlich mit--force-evaluateausgeführt, um erneute Auswertung/Lock-Drift beim Restore gegenartifacts/nugetzu vermeiden.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/ci/release/consumer_smoke_from_pack.sh | Passt den Restore für den Consumer-Smoke gegen das gepackte Paket an (RestoreLockedMode aus + force-evaluate). |
| tools/ci/release/package_backed_from_pack.sh | Passt den Restore für die package-backed Tests gegen das gepackte Paket an (RestoreLockedMode aus + force-evaluate). |
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.
Ziel & Scope
v6.1.13beheben:NU1403im Release-Workflow beiConsumer smoke against packed package.artifacts/nuget.Umgesetzte Aufgaben (abhaken)
tools/ci/release/consumer_smoke_from_pack.shauf-p:RestoreLockedMode=false --force-evaluateumgestellt.tools/ci/release/package_backed_from_pack.shauf-p:RestoreLockedMode=false --force-evaluateumgestellt.tools/ci/bin/run.shangeglichen.Nachbesserungen aus Review (iterativ)
22279584063anhand Failed-Logs verifiziert.Security- und Merge-Gates
codex/fix/release-pack-restore-lockmode.fix(release): ....security/code-scanning/toolsvor Merge bei0 offene Alerts.Evidence (auditierbar)
gh run view 22279584063 --repo tomtastisch/FileClassifier --log-failed(NU1403, Package hash mismatch).git diff main...HEAD -- tools/ci/release/consumer_smoke_from_pack.sh tools/ci/release/package_backed_from_pack.sh.rg -n "RestoreLockedMode=false --force-evaluate" tools/ci/bin/run.sh.DoD (mindestens 2 pro Punkt)
RestoreLockedMode=false --force-evaluatev6.1.13passiertConsumer smokeohneNU1403publish-nugetinkl. Gate4 ohne Restore-Hash-Fehler