Skip to content
New issue

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

Powershell ends up replacing dots with underscores in Azure Devops Pipelines #14

Open
jsmithtx opened this issue Jun 29, 2020 · 0 comments

Comments

@jsmithtx
Copy link

jsmithtx commented Jun 29, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant