Skip to content

Add support for the Sonatype Nexus Repository as an artifact in Azure Pipelines

License

Notifications You must be signed in to change notification settings

BorderTech/NexusPipelineArtifact

 
 

Repository files navigation

NexusPipelineArtifact

Add support for the Sonatype Nexus Repository as an artifact in Azure Pipelines.

BorderTech Fork

At the moment we are only updating and publishing the Nexus v3 version of this extension.

We have added support for:

  • Maven SNAPSHOT versions
  • Other repository formats, for example NPM and NUGET.

Building/Packaging the Extension

git clone https://github.com/BorderTech/NexusPipelineArtifact.git
cd libs\nexus-v3
npm install
npm run build
npm link
cd ../../
npm install --global npm-link-better
npm install
npm run package:ServiceBczVSIX

About

Add support for the Sonatype Nexus Repository as an artifact in Azure Pipelines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.2%
  • JavaScript 14.8%