From 12f8f999b3fdb10f091e648593713df75f8fa8bd Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 17:46:45 -0500 Subject: [PATCH] specify build context --- ops/azure-pipelines.web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/azure-pipelines.web.yaml b/ops/azure-pipelines.web.yaml index b622378f4..09096f633 100644 --- a/ops/azure-pipelines.web.yaml +++ b/ops/azure-pipelines.web.yaml @@ -17,7 +17,7 @@ steps: command: buildAndPush repository: collinbarrett/FilterLists Dockerfile: src/FilterLists.Web/Dockerfile - context: ../ + buildContext: ../ tags: | latest $(Build.BuildId)