fix appveyor.yml after repo rename (#174)
* fix appveyor.yml after rename * update badge link in readme after repo rename * fix codecov badge link
This commit is contained in:
Родитель
58a42c2582
Коммит
15e4a2f3b5
12
README.md
12
README.md
|
@ -1,7 +1,7 @@
|
|||
[![Travis CI](https://travis-ci.org/Microsoft/azure-spring-boot-starters.svg?branch=master)](https://travis-ci.org/Microsoft/azure-spring-boot-starters)
|
||||
[![AppVeyor](https://ci.appveyor.com/api/projects/status/eashoj50qw399l8a/branch/master?svg=true)](https://ci.appveyor.com/project/yungez/azure-spring-boot-starters)
|
||||
[![codecov](https://codecov.io/gh/microsoft/azure-spring-boot-starters/branch/master/graph/badge.svg)](https://codecov.io/gh/microsoft/azure-spring-boot-starters)
|
||||
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/Microsoft/azure-spring-boot-starters/blob/master/LICENSE)
|
||||
[![Travis CI](https://travis-ci.org/Microsoft/azure-spring-boot.svg?branch=master)](https://travis-ci.org/Microsoft/azure-spring-boot)
|
||||
[![AppVeyor](https://ci.appveyor.com/api/projects/status/af0qeprdv3g9ox07/branch/master?svg=true)](https://ci.appveyor.com/project/yungez/azure-spring-boot)
|
||||
[![codecov](https://codecov.io/gh/Microsoft/azure-spring-boot/branch/master/graph/badge.svg)](https://codecov.io/gh/Microsoft/azure-spring-boot)
|
||||
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/Microsoft/azure-spring-boot/blob/master/LICENSE)
|
||||
|
||||
# Azure Spring Boot Starters
|
||||
|
||||
|
@ -39,13 +39,13 @@ You could check below articles to learn more on usage of specific starters.
|
|||
|
||||
### Filing Issues
|
||||
|
||||
If you encounter any bug, please file an issue [here](https://github.com/Microsoft/azure-spring-boot-starters/issues/new).
|
||||
If you encounter any bug, please file an issue [here](https://github.com/Microsoft/azure-spring-boot/issues/new).
|
||||
|
||||
To suggest a new feature or changes that could be made, file an issue the same way you would for a bug.
|
||||
|
||||
### Pull Requests
|
||||
|
||||
Pull requests are welcome. To open your own pull request, click [here](https://github.com/Microsoft/azure-spring-boot-starters/compare). When creating a pull request, make sure you are pointing to the fork and branch that your changes were made in.
|
||||
Pull requests are welcome. To open your own pull request, click [here](https://github.com/Microsoft/azure-spring-boot/compare). When creating a pull request, make sure you are pointing to the fork and branch that your changes were made in.
|
||||
|
||||
### Code of Conduct
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ install:
|
|||
- cmd: cd "C:\Program Files\Java\jdk1.8.0\jre\lib\security"
|
||||
- cmd: certutil -encode c:\documentdb.cer documentdbemulatordb.cer
|
||||
- cmd: keytool -keystore cacerts -importcert -alias documentdbemulatorcert -file .\documentdbemulatordb.cer -storepass changeit -trustcacerts -noprompt
|
||||
- cmd: cd "C:\projects\azure-spring-boot-starters"
|
||||
- cmd: cd "C:\projects\azure-spring-boot"
|
||||
|
||||
|
||||
build_script:
|
||||
|
|
Загрузка…
Ссылка в новой задаче