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

Keeps saying configuration file not found #102

Open
Vansen111 opened this issue Aug 31, 2018 · 1 comment
Open

Keeps saying configuration file not found #102

Vansen111 opened this issue Aug 31, 2018 · 1 comment

Comments

@Vansen111
Copy link

Hi, I have a problem using the tokenizer. I insert the source file and the configuration source filename having a valid json. I use the tokenizer in the build pipeline.
On build it keeps saying the configuration file cannot be found. It is checked in and has a valid json inside of it. Contents are as follows - to avoid mistakes that might be caused by underscores I put in both possibilities:
{
"Default Environment": {
"CustomVariables": {
"app.root.url": "https://abc.123..com",
"app_root_url": "https://abc.123.com"
}
}
}

Anyone can help me out?
Thx

@pcleckler
Copy link

We use a workaround. If the path to the configuration JSON is fully qualified, the problem no longer happens.

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

2 participants