From 1ffb5b9c65d0b0cd9160e3aba1cbdd3775a2a0d4 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 08:20:35 -0500 Subject: [PATCH] try only pushing latest --- azure-pipelines.web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index a05df9be4..4eec0c11e 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -58,4 +58,4 @@ steps: condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" tags: | latest - $(Build.BuildId) + # $(Build.BuildId)