Signed-off-by: Mathieu Benoit <mabenoit@microsoft.com>
This commit is contained in:
Mathieu Benoit 2018-11-10 15:11:49 -05:00
Родитель bc74a59f52
Коммит 966d8bff30
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -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)