Skip to content

End-to-end tests of small .NET tasks (called from .NET Framework) #11332

@rainersigwald

Description

@rainersigwald

We should have some small core-only tasks that run in an end-to-end environment in Framework.

<Project>
    <UsingTask TaskName="Thing" AssemblyFile="..." Runtime="Net" />

    <Target Name="Go">
        <Thing />
    </Target>
</Project>

Metadata

Metadata

Labels

Area: Visual StudioIssues related to interactions with Visual Studio or project systems.triaged

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions