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://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-watch](src/Microsoft.DotNet.Watcher.Tools/)
|
||||||
- [dotnet-user-secrets](src/Microsoft.Extensions.SecretManager.Tools/)
|
- [dotnet-user-secrets](src/Microsoft.Extensions.SecretManager.Tools/)
|
||||||
|
|
|
||||||
|
|
@ -6,11 +6,9 @@ branches:
|
||||||
- release
|
- release
|
||||||
- dev
|
- dev
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
- /^feature\//
|
|
||||||
build_script:
|
build_script:
|
||||||
- build.cmd --quiet verify
|
- build.cmd --quiet verify
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
# Required for dotnet-test to work
|
os: Visual Studio 2017 RC
|
||||||
os: Visual Studio 2015
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue