vfabing / AzureVm

Azure DevOps Pipelines extension for starting and stopping Azure VM
https://marketplace.visualstudio.com/items?itemName=vfabing.AzureVirtualMachineManagerTask
MIT License
3 stars 3 forks source link

AzureVm

Azure Virtual Machine Manager Task

Prerequisites

npm install -g typescript
npm install mocha --save-dev -g
npm install -g tfx-cli

Restore files

At the azVmManagerTask folder level

npm i

Run tests

At the src folder level

.\Run-Tests.ps1

Build extension

At the src folder level

.\Build-Task.ps1