Skip to content

Support test target for desktop msbuild #326

Description

@pvlakshm

Description

User should be able to run tests specifying the test target with desktop msbuild. For example

> MSBuild testapp.csproj /t:VSTest

This target should first build the app and then run tests for all the outputs (similar to how dotnet test behaves today).

To get this target, user may need to add a package reference to Microsoft.NET.Test.Sdk. This package will include the target and the related task.

Related customer ask: dotnet/sdk#546

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions