Update CI & PR build configuration and build name format (#36)
* update dev yaml for CI and PR builds * update build name format and PR CI target branch * update revision number
This commit is contained in:
Родитель
af196361c5
Коммит
f719c34adf
|
@ -1,4 +1,15 @@
|
|||
name: $(Rev:rr)
|
||||
name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.rr)
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: $(Rev:rr)
|
||||
name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.rr)
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
|
Загрузка…
Ссылка в новой задаче