Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 625 Bytes

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