diff --git a/README.md b/README.md index f5c04352e2..55e0dae86e 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/appveyor.yml b/appveyor.yml index a2d85c2df3..13c0650228 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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