Skip to content

XmlPoke task not available in .NET Core #1731

Description

@natemcmaster

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions