We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Azure Pipelines feature appears to be unable to replace variables that contain an underscore in the name:
appsettings.WEBSITE_NODE_DEFAULT_VERSION: '~12'
But when the Pipeline runs, the value is wiped out. Yet the debug output reflects that it is there:
##[debug]Processing vstsvariable: appsettings.WEBSITE_NODE_DEFAULT_VERSION: ~12
Upon further testing, I don't think this task works with Azure Pipelines. So far I have been unsuccessful at getting it to replace anything.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Azure Pipelines feature appears to be unable to replace variables that contain an underscore in the name:
appsettings.WEBSITE_NODE_DEFAULT_VERSION: '~12'
But when the Pipeline runs, the value is wiped out. Yet the debug output reflects that it is there:
##[debug]Processing vstsvariable: appsettings.WEBSITE_NODE_DEFAULT_VERSION: ~12
Upon further testing, I don't think this task works with Azure Pipelines. So far I have been unsuccessful at getting it to replace anything.
The text was updated successfully, but these errors were encountered: