[ARCHIVED] Visual Studio Team Services Build and Release extension that replace tokens in files with variable values.. Project moved to https://github.com/qetza/replacetokens-task
MIT License
164
stars
56
forks
source link
`noescape` not working with inline variables? #276
Turns out I spoke too soon. In order to fix this, you have to put quotes around the parameters in the yaml task. In my case I used single quotes, and fixed the issue.
Hello! I'm having an issue populating a file and I'm not sure where the disconnect is. Here's what I'm trying to do:
inlineVariables
that are provided as template parametersnoescape
to avoid converting the JSON to string in the file.However, in the final JSON output, the values are empty, like so:
Here's my template:
And my JSON file:
Logs (actual values removed for security):