Update appveyor image and README badges
This commit is contained in:
parent
fac6b44bbd
commit
ca7b6f65e9
|
|
@ -2,9 +2,9 @@ DotNetTools
|
|||
===========
|
||||
|
||||
[](https://travis-ci.org/aspnet/DotNetTools/branches)
|
||||
[](https://ci.appveyor.com/project/aspnetci/dnx-watch/branch/dev)
|
||||
[](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/)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue