* upadate azp status badge

* increase timeout limit for task

* set job timeout-in-minutes to zero
This commit is contained in:
Xiaolu Dai 2019-11-20 15:00:03 +08:00 коммит произвёл GitHub
Родитель c7b39017ce
Коммит f0abd420d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 35 добавлений и 30 удалений

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

@ -1,4 +1,4 @@
[![Build Status](https://msazure.visualstudio.com/AzureDMSS/_apis/build/status/unknown-compliance/microsoft.azure-spring-boot?branchName=master)](https://msazure.visualstudio.com/AzureDMSS/_build/latest?definitionId=105191&branchName=master) [![Build Status](https://dev.azure.com/azure-spring-integration/azure-spring-boot/_apis/build/status/microsoft.azure-spring-boot?branchName=master)](https://dev.azure.com/azure-spring-integration/azure-spring-boot/_build/latest?definitionId=1&branchName=master)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/af0qeprdv3g9ox07/branch/master?svg=true)](https://ci.appveyor.com/project/yungez/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) [![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) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/Microsoft/azure-spring-boot/blob/master/LICENSE)

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

@ -10,7 +10,7 @@ trigger:
- 2.1.x - 2.1.x
paths: paths:
exclude: exclude:
- '**/*.md' - README.md
pr: pr:
branches: branches:
include: include:
@ -19,14 +19,19 @@ pr:
- 2.1.x - 2.1.x
paths: paths:
exclude: exclude:
- '**/*.md' - README.md
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
jobs:
- job: CI
timeoutInMinutes: 0
steps: steps:
- task: Maven@3 - task: Maven@3
displayName: Maven Build displayName: Maven Build
timeoutInMinutes: 0
inputs: inputs:
mavenPomFile: 'pom.xml' mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m' mavenOptions: '-Xmx3072m'