Skip to content

Disable Azure Artifacts package publishing - #1840

Merged
Dirk Bäumer (dbaeumer) merged 1 commit into
mainfrom
disable-azure-artifacts-publish
Aug 27, 2026
Merged

Disable Azure Artifacts package publishing#1840
Dirk Bäumer (dbaeumer) merged 1 commit into
mainfrom
disable-azure-artifacts-publish

Conversation

@chrmarti

Copy link
Copy Markdown
Contributor

Summary

Opt this pipeline out of publishing npm packages to the internal Azure Artifacts feed.

Session Context

Key decisions from the development session:

  • Internal feed publishing: The shared npm-package template now defaults publishPackageToAzureArtifacts to the value of publishPackage when it is omitted. This pipeline should continue publishing only to the public npm registry when its existing release switches are enabled.
  • Pipeline artifacts: Azure Pipelines run artifacts remain enabled intentionally; only publication to the Azure Artifacts npm feed is disabled.

Changes

  • Set publishPackageToAzureArtifacts: false for every npm package configured by the pipeline.
  • Preserve the existing per-package public npm publishing parameters.

Validation

  • git diff --check
  • VS Code YAML diagnostics: no errors

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repository’s Azure Pipelines configuration to explicitly opt out of publishing any of the npm packages to the internal Azure Artifacts feed, while keeping the existing public npm publishing switches intact.

Changes:

  • Set publishPackageToAzureArtifacts: false for each configured npm package in the pipeline.
  • Preserve the existing publishPackage flags that control public npm publishing behavior per package.
Show a summary per file
File Description
build/azure-pipelines/pipeline.yml Explicitly disables Azure Artifacts npm feed publishing per package while leaving public npm publishing controls unchanged.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

@dbaeumer
Dirk Bäumer (dbaeumer) marked this pull request as ready for review August 27, 2026 07:00
@dbaeumer
Dirk Bäumer (dbaeumer) merged commit 3e4039c into main Aug 27, 2026
7 checks passed
@dbaeumer
Dirk Bäumer (dbaeumer) deleted the disable-azure-artifacts-publish branch August 27, 2026 07:00
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