msbuild - Trying to build nuget package with VS 2017 Team Explorer installed -
i installed vs 2017 teamexplorer added separate vs 2017 install folder. when try build nuget package, error saying
the imported project "c:\program files (x86)\microsoft visual studio\2017\teamexplorer\msbuild\15.0\bin\roslyn\microsoft.csharp.core.targets" not found. confirm path in declaration correct, , file exists on disk. c:\program files (x86)\microsoft visual studio\2017\teamexplorer\msbuild\15.0\bin\microsoft.csha rp.currentversion.targets
so appears trying use msbuild teamexplorer install path instead of enterprise path.
msbuild auto-detection: using msbuild version '15.3.409.57025' 'c:\program files (x86)\microsoft visual studio\2017\teamexplorer\msbuild\15.0\bin'.
is there way make original path (enterprise) default msbuild?
update mark answer until better solution comes along!
this isn't good answer uninstalled vs 2017 team explorer , works properly. still know how can control this.
Comments
Post a Comment