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
Description
User should be able to run tests specifying the test target with desktop msbuild. For example
This target should first build the app and then run tests for all the outputs (similar to how
dotnet testbehaves 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