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

keyoke/NexusPipelineArtifact

Repository files navigation

NexusPipelineArtifact

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

Requirements

Building/Packaging the Extension

  1. git clone https://github.com/keyoke/NexusPipelineArtifact.git
  2. cd libs\nexus-v2
  3. npm install
  4. npm build
  5. npm link
  6. cd libs\nexus-v3
  7. npm install
  8. npm build
  9. npm link
  10. cd ....\
  11. npm install --global npm-link-better
  12. npm install
  13. npm run package