azure-artifacts-manager

Azure Artifacts Manager Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "azure-artifacts-manager" with this command: npx skills add ntaksh42/agents/ntaksh42-agents-azure-artifacts-manager

Azure Artifacts Manager Skill

Azure Artifactsでパッケージを管理するスキルです。

主な機能

  • Feedの作成: npm、NuGet、Maven、Python

  • パッケージ公開: ビルド成果物の公開

  • パッケージ管理: バージョン管理

  • アクセス制御: 権限設定

Feed作成

npm Feed作成

az artifacts feed create
--name "my-npm-feed"
--feed-type npm

NuGet Feed

az artifacts feed create
--name "my-nuget-feed"
--feed-type nuget

Universal Packages

az artifacts feed create
--name "my-universal-feed"
--feed-type universal

パッケージ公開

npm

steps:

  • task: Npm@1 inputs: command: 'publish' publishRegistry: 'useFeed' publishFeed: 'my-npm-feed'

NuGet

steps:

  • task: NuGetCommand@2 inputs: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg' nuGetFeedType: 'internal' publishVstsFeed: 'my-nuget-feed'

Universal Packages

az artifacts universal publish
--organization https://dev.azure.com/myorg
--feed my-universal-feed
--name my-package
--version 1.0.0
--path ./dist

.npmrc設定

registry=https://pkgs.dev.azure.com/myorg/_packaging/my-npm-feed/npm/registry/ always-auth=true

バージョン情報

  • Version: 1.0.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

pptx-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

document-summarizer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excel-processor

No summary provided by upstream source.

Repository SourceNeeds Review