Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 553 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 553 Bytes

HashiCorp Nomad for Azure Pipelines

The Nomad tool installer-task acquires a specified version of Nomad from the Internet or the tools cache and prepends it to the PATH of the Azure Pipelines Agent (hosted or private). You can then use the nomad-CLI in subsequent bash/cmd scripts.

Open in Visual Studio Marketplace

How to Build and Deploy

Update version numbers in task.json files and vss-extension.json.

npm run publish:dev
or
npm run publish