Repro:
<Project>
<Target Name="Build">
<XmlPoke />
</Target>
</Project>
dotnet msbuild /t:Build
Error
poke.proj(3,7): error MSB4062: The "Microsoft.Build.Tasks.XmlPoke" task could not be loaded from the assembly Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
Expected
Same behavior as MSBuild.exe (full framework)
Details
dotnet.exe version: 1.0.0-rc4-004842
MSBuild version: 15.1.548.43366
cc @rainersigwald @jeffkl
Repro:
dotnet msbuild /t:Build
Error
Expected
Same behavior as MSBuild.exe (full framework)
Details
dotnet.exe version: 1.0.0-rc4-004842
MSBuild version: 15.1.548.43366
cc @rainersigwald @jeffkl