upadate azp status badge (#777)
* upadate azp status badge * increase timeout limit for task * set job timeout-in-minutes to zero
This commit is contained in:
Родитель
c7b39017ce
Коммит
f0abd420d8
|
@ -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'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче