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
inputs:
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:
Tag: $(Build.BuildNumber)