Folders with a . not being pulled from source (.well-known)
Hi all,
I'm hoping someone can help me with this!
I'm working on implementing deep linking with our website & app but I'm having some issues with Googles implementation of this. They require you to have the assetlinks.json file stored in a folder called .well-known. I believe the . is what is causing the issue.
Environment:
- Solution put together in Visual Studio 2015
- Code repo is Bitbucket
- TeamCity has build steps to use Octopack to then package up the site & deploy.
What I've already done:
- Double checked the files are included into the project.
- Double checked git.ignore to ensure files aren't set to be ignored.
- Run a local msbuild with octopack=true to generate the package; the files exist in this package.
- Checked on Bitbucket to check the files have been pushed to source control. They have.
- On TeamCity I have enforced a clean checkout. Still no files.
I appreciate that the problem may not be on TeamCity but I'm thinking its here that's giving me the issue so I'm hoping someone has come across this themselves and can point me in the right direction!!
If you need anymore info please let me know and I'll ping it over ASAP.
Thanks!
Please sign in to leave a comment.
Issue fixed.
Team City was building using the default version of Nuget, which was 2.X.
I targeted with version 4.X and it built without a problem.