Skip to content

Add no-cache parameter to samples pipeline#7195

Open
Copilot wants to merge 2 commits into
nightlyfrom
copilot/add-nocache-parameter-samples-pipeline
Open

Add no-cache parameter to samples pipeline#7195
Copilot wants to merge 2 commits into
nightlyfrom
copilot/add-nocache-parameter-samples-pipeline

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

The samples pipeline was missing the noCache parameter already available in the main dotnet-docker pipelines. This adds the same manual build override for sample images.

  • Pipeline parameters

    • Added noCache to eng/pipelines/dotnet-core-samples.yml using the existing display text, type, and default.
  • Template wiring

    • Passes noCache through to build-test-publish-repo.yml so downstream build logic receives the override.
noCache: ${{ parameters.noCache }}

Agent-Logs-Url: https://github.com/dotnet/dotnet-docker/sessions/78d33d4a-a70d-4136-9d7a-ef46fa20d0ec

Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com>
@lbussell lbussell marked this pull request as ready for review May 14, 2026 14:14
@lbussell lbussell requested a review from a team as a code owner May 14, 2026 14:14
@lbussell lbussell enabled auto-merge (squash) May 14, 2026 14:16
@lbussell lbussell changed the title Add no-cache option to samples pipeline Add no-cache parameter to samples pipeline May 14, 2026
@lbussell
Copy link
Copy Markdown
Member

Blocked on #7196

@lbussell
Copy link
Copy Markdown
Member

/backport to main

@github-actions
Copy link
Copy Markdown
Contributor

Started backporting to main (link to workflow run)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants