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