This commit is contained in:
John Luo 2021-03-15 10:12:36 -07:00 коммит произвёл GitHub
Родитель ba26cfbfbf
Коммит 42991b3d25
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
- git config --global core.autocrlf true
branches:
only:
- master
- main
- /^(.*\/)?ci-.*$/
- /^rel\/.*/
configuration:

Просмотреть файл

@ -1,7 +1,7 @@
ASP.NET MVC, Web API, Web Pages, and Razor
===
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/aspnetwebstack?branch=master&svg=true)](https://ci.appveyor.com/project/aspnetci/aspnetwebstack/branch/master)
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/aspnet/aspnetwebstack?branch=main&svg=true)](https://ci.appveyor.com/project/aspnetci/aspnetwebstack/branch/main)
## Note: This repo is for ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x. For ASP.NET Core MVC, check the [AspNetCore repo](https://github.com/aspnet/AspNetCore).