GetDotNetHost error in CI

From Logic Wiki
Revision as of 10:08, 3 April 2019 by AliIybar (Talk | contribs) (Created page with "Category:TFS Category:CI Error : The "GetDotNetHost" task could not be loaded from the assembly Solution : add this line <MvcRazorCompileOnPublish>false</MvcRazor...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Error : The "GetDotNetHost" task could not be loaded from the assembly

Solution : add this line

<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>

into

 <PropertyGroup>
   <TargetFramework>netcoreapp2.0</TargetFramework>
   <MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>    
 </PropertyGroup>