Update appveyor image and README badges

This commit is contained in:
Nate McMaster 2017-01-31 10:57:05 -08:00
parent fac6b44bbd
commit ca7b6f65e9
2 changed files with 3 additions and 5 deletions

View File

@ -2,9 +2,9 @@ DotNetTools
===========
[![Travis build status](https://img.shields.io/travis/aspnet/DotNetTools.svg?label=travis-ci&branch=dev&style=flat-square)](https://travis-ci.org/aspnet/DotNetTools/branches)
[![AppVeyor build status](https://img.shields.io/appveyor/ci/aspnetci/dnx-watch/dev.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/aspnetci/dnx-watch/branch/dev)
[![AppVeyor build status](https://img.shields.io/appveyor/ci/aspnetci/DotNetTools/dev.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/aspnetci/DotNetTools/branch/dev)
The project contains command-line tools for the .NET Core SDK.
The project contains command-line tools for the .NET Core CLI.
- [dotnet-watch](src/Microsoft.DotNet.Watcher.Tools/)
- [dotnet-user-secrets](src/Microsoft.Extensions.SecretManager.Tools/)

View File

@ -6,11 +6,9 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
- /^feature\//
build_script:
- build.cmd --quiet verify
clone_depth: 1
test: off
deploy: off
# Required for dotnet-test to work
os: Visual Studio 2015
os: Visual Studio 2017 RC