Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines (#39)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml for Azure Pipelines

* Added a status badge for dev/master
  • Loading branch information
stegenfeldt authored Apr 30, 2019
1 parent 12c8aa3 commit 339fa9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
buildConfiguration: 'Release'

steps:
- task: NuGetToolInstaller@0
#- task: NuGetToolInstaller@0

- task: NuGetCommand@2
inputs:
Expand Down

0 comments on commit 339fa9f

Please sign in to comment.