Try this replace?

This commit is contained in:
2019-07-24 20:55:17 -04:00
parent 9bd395cfe7
commit a09561213f

View File

@@ -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: