Skip to content

Add docs for baseline diff - #584

Open
autoantwort wants to merge 1 commit into
MicrosoftDocs:mainfrom
autoantwort:feature/baseline-diff
Open

Add docs for baseline diff#584
autoantwort wants to merge 1 commit into
MicrosoftDocs:mainfrom
autoantwort:feature/baseline-diff

Conversation

@autoantwort

Copy link
Copy Markdown
Contributor

Mostly written by claude code.

Comment on lines +73 to +100
## Examples

Compare two specific release tags for a manifest that uses the builtin registry:

```console
vcpkg x-baseline-diff 2024.11.16 2024.12.16
```

Compare two commit SHAs explicitly:

```console
vcpkg x-baseline-diff 5507daa796359fe8d45418e694328e878ac2b82f 9291e3e1d8e4a3d7a9f8b2c1f0e5d6c7b8a9e0f1
```

Use the one-argument form after running `x-update-baseline` — the current
`builtin-baseline` in `vcpkg.json` is used as the old baseline:

```console
vcpkg x-update-baseline
vcpkg x-baseline-diff 2026.03.18
```

Compare two named baselines in a filesystem registry:

```console
vcpkg x-baseline-diff v1 v2
```

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we do not need this. Other opinions?

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit e410308:

✅ Validation status: passed

File Status Preview URL Details
vcpkg/commands/baseline-diff.md ✅Succeeded View

For more details, please refer to the build report.

@prmerger-automator

Copy link
Copy Markdown

PRMerger Results

Issue Description
Added File(s) This PR contains added files. New files require human review.
File Change Percent This PR contains file(s) with more than 30% file change.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant