Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Preeti Bansal 2020-03-31 15:02:44 +05:30
Родитель e686e7dc7b
Коммит 4460db87b9
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -10,14 +10,6 @@ pool:
vmImage: 'ubuntu-latest'
steps:
- task: Docker@2
displayName: buildAndPush
inputs:
containerRegistry: 'prebansa_docker'
repository: 'prebansa/myagent'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'