Fix syntax

This commit is contained in:
2019-07-24 20:29:46 -04:00
parent 6d4234f922
commit 9bd395cfe7

View File

@@ -34,7 +34,7 @@ steps:
- task: Bash@3 - task: Bash@3
inputs: inputs:
targetType: 'inline' targetType: 'inline'
script: 'sed -i s/#TAG#/$(TAG)/ Weather/SerialReader/deploy/manifest.yaml' script: 'sed -i s/#TAG#/$TAG/ Weather/SerialReader/deploy/manifest.yaml'
env: env:
Tag: $(Build.BuildNumber) Tag: $(Build.BuildNumber)