Skip to content

Add es-metadata.yml with initial configuration#4075

Merged
mattleibow merged 1 commit into
mainfrom
mattleibow-patch-2
May 26, 2026
Merged

Add es-metadata.yml with initial configuration#4075
mattleibow merged 1 commit into
mainfrom
mattleibow-patch-2

Conversation

@mattleibow

Copy link
Copy Markdown
Contributor

This pull request introduces a new es-metadata.yml file to the repository.

@mattleibow
mattleibow merged commit 4d2671f into main May 26, 2026
3 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

📦 Try the packages from this PR

Warning

Do not run these scripts without first reviewing the code in this PR.

Step 1 — Download the packages

bash / macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/mono/SkiaSharp/main/scripts/get-skiasharp-pr.sh | bash -s -- 4075

PowerShell / Windows:

iex "& { $(irm https://raw.githubusercontent.com/mono/SkiaSharp/main/scripts/get-skiasharp-pr.ps1) } 4075"

Step 2 — Add the local NuGet source

dotnet nuget add source ~/.skiasharp/hives/pr-4075/packages --name skiasharp-pr-4075
More options
Option Description
--successful-only / -SuccessfulOnly Only use successful builds
--force / -Force Overwrite previously downloaded packages
--list / -List List available artifacts without downloading
--build-id ID / -BuildId ID Download from a specific build

Or download manually from Azure Pipelines — look for the nuget artifact on the build for this PR.

Remove the source when you're done:

dotnet nuget remove source skiasharp-pr-4075

@mattleibow
mattleibow deleted the mattleibow-patch-2 branch May 26, 2026 18:33
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been deployed and is available at:

🔗 View Staging Site
🔗 View Staging Docs
🔗 View Staging Gallery (Blazor)
🔗 View Staging Gallery (Uno Platform)
🔗 View Staging SkiaFiddle

This preview will be updated automatically when you push new commits to this PR.


This comment is automatically updated by the documentation staging workflow.

mattleibow added a commit that referenced this pull request May 26, 2026
This file landed on main in #4075 and is unrelated to any build job, so
it belongs in the cache-coverage exclude list. The PR cache-coverage
validation was failing because the file was uncovered.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mattleibow added a commit that referenced this pull request May 26, 2026
The file es-metadata.yml (added in #4075) is repository metadata and
is unrelated to any build job. Without this entry the 'Validate cache
config coverage' step fails on every PR with:

  [FAIL] UNCOVERED FILES:
  es-metadata.yml

Adding it to the top-level exclude array unblocks PR builds.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mattleibow mattleibow added this to the 4.148.0-rc.1 milestone Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant