Add support for the Sonatype Nexus Repository as an artifact in Azure Pipelines.
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.
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