I added a new packages that required Newtonsoft.Json
version >= 9.0.1 while so far I had 8.0.2.
The solution builds and runs fine on VS. However, when I push the branch, the continuous deployment build on Azure fails.
The type or namespace name 'Newtonsoft' could not be found
There isn't any error on assembly loading or resolving.
However if I publish on Azure from Visual Studio it works.
What can be wrong with my CD build and how can I repare it?
The solution has only one project.