From a09561213f5bb1b6252e73091811b34aa9879943 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 24 Jul 2019 20:55:17 -0400 Subject: [PATCH] Try this replace? --- Weather/SerialReader/deploy/azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Weather/SerialReader/deploy/azure-pipelines.yml b/Weather/SerialReader/deploy/azure-pipelines.yml index be8e4c2..e349925 100644 --- a/Weather/SerialReader/deploy/azure-pipelines.yml +++ b/Weather/SerialReader/deploy/azure-pipelines.yml @@ -34,9 +34,7 @@ steps: - task: Bash@3 inputs: targetType: 'inline' - script: 'sed -i s/#TAG#/$TAG/ Weather/SerialReader/deploy/manifest.yaml' - env: - Tag: $(Build.BuildNumber) + script: 'sed -i s/#TAG#/$BUILD_BUILDNUMBER/ Weather/SerialReader/deploy/manifest.yaml' - task: PublishBuildArtifacts@1 inputs: