Microsoft.JSON.Core not found! even after using $(VS120COMNTOOLS)..\IDE
my CI is at https://ci.appveyor.com/project/jerriclynsjohn/webessentials2013
and my repo is at https://github.com/jerriclynsjohn/webessentials2013
The problem initially I tried using the CI with the $(DevEnvDir) for the hintpath , but later I came to know from http://blogs.clariusconsulting.net/kzu/devenvdir-considered-harmful/ that using it is not a good idea. So I changed it to $(VS120COMNTOOLS)..\IDE.
This is working in my local machine, but my CI keeps on failing.
- log.txt 48.4 KB
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 30 Aug, 2014 03:29 PM
Most probably those assemblies are missing in Visual Studio Express that we have installed on build workers (http://www.appveyor.com/docs/installed-software)
2 Posted by jerriclynsjohn on 30 Aug, 2014 04:37 PM
So How do I meet these dependencies.
1. Microsoft.JSON.Core
2. Microsoft.JSON.Editor
3. Microsoft.VisualStudio.JSON.Package
4. Microsoft.VisualStudio.Web.Extensions
Support Staff 3 Posted by Feodor Fitsner on 30 Aug, 2014 05:18 PM
One way is to put them into your repo.
-Feodor
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:47 AM.