CI trigger by default
Signed-off-by: Mathieu Benoit <mabenoit@microsoft.com>
This commit is contained in:
Родитель
bc74a59f52
Коммит
966d8bff30
|
@ -7,11 +7,6 @@ variables:
|
|||
imageName: '$(projectName)'
|
||||
# define 4 more variables: projectName, registryName, registryLogin and registryPassword in the build pipeline in UI
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
paths:
|
||||
include:
|
||||
- $(projectName)/*
|
||||
|
||||
steps:
|
||||
- bash: docker build -f $(system.defaultWorkingDirectory)/$(projectName)/Dockerfile -t $(registryServerName)/$(imageName):$(build.buildId) -t $(registryServerName)/$(imageName):latest $(system.defaultWorkingDirectory)/$(projectName)
|
||||
|
|
Загрузка…
Ссылка в новой задаче