Closed dougbu closed 1 year ago
Use .NET SDK in NetCore.Test project
netcoreapp2.1
dotnet vstest
Xunit
$(CopyLocalLockFileAssemblies)
Use .NET SDK in Microsoft.TestCommon
@wtgodbe and other reviewers, suggest having another look because I needed to change a fair amount to get things working end-to-end.
Use .NET SDK in NetCore.Test project
netcoreapp2.1
in NetCore.Test projectdotnet vstest
for any .NET Core assemblies (just one currently)Xunit
target for all .NET Framework assembliesXunit
target$(CopyLocalLockFileAssemblies)
to these (now both .NET SDK) test projectsUse .NET SDK in Microsoft.TestCommon
netcoreapp2.1
before