Adding variable support on tag field when deploying docker container on WebApp container
I'm using docker for all the Ci pipeline, that works great.
But for the deployment pipeline, I would like to deploy the generated docker tag name based on the BuildNumber but actually it's not supported.
When I set tag $(Release.Artifacts.App.Build.BuildId), the logs
I can see in the logs:
2018-11-12T16:21:37.3420228Z Updating App Service Application settings. Data: {"DOCKERCUSTOMIMAGE_NAME":"myregistry.azurecr.io/app:$(Release.Artifacts.Api.Build.BuildId)"}
The variable is not resolved...
