From 339fa9ff97d32bdf16f3cb9ef4906c9ed10e058e Mon Sep 17 00:00:00 2001 From: Samuel Tegenfeldt Date: Wed, 1 May 2019 01:52:42 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines (#39) * Update azure-pipelines.yml for Azure Pipelines * Added a status badge for dev/master --- README.md | 8 +++++++- azure-pipelines.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 347afdb..83df29b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ The Atea.Windows MP collection is a number of, somewhat related, management packs developed by Atea Sverige AB for our customers. -[![Build Status](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_apis/build/status/stegenfeldt.Atea.Windows)](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_build/latest?definitionId=1) +## Build Status + +### Develop branch (latest, tested) +[![Build Status](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_apis/build/status/stegenfeldt.Atea.Windows?branchName=develop)](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_build/latest?definitionId=1&branchName=develop) + +### Master branch (stable) +[![Build Status](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_apis/build/status/stegenfeldt.Atea.Windows?branchName=master)](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_build/latest?definitionId=1&branchName=master) ## Tools needed diff --git a/azure-pipelines.yml b/azure-pipelines.yml index badbd87..55ab01a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: buildConfiguration: 'Release' steps: -- task: NuGetToolInstaller@0 +#- task: NuGetToolInstaller@0 - task: NuGetCommand@2 inputs: