From 4287ae3153e2d841eb0a0c6a125ce862d06e5c83 Mon Sep 17 00:00:00 2001 From: ajurna Date: Mon, 18 Feb 2019 09:15:31 +0000 Subject: [PATCH] update for devops --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a6b6197..6a85707 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,4 +72,11 @@ steps: inputs: codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml' - reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' \ No newline at end of file + reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov' + +- script: docker build -t cbwebreaderacr.azurecr.io/cbwebreader . # add options to this command to meet your needs + +- script: | + docker build -t cbwebreaderacr.azurecr.io/cbwebreader . + docker login -u cbwebreaderacr -p 1/os6ps5UYEL5I9ZCOZaoKbqcVhNfBqw cbwebreaderacr.azurecr.io + docker push cbwebreaderacr.azurecr.io/cbwebreader \ No newline at end of file