[wix-devs] No more traversing

Sean Hall r.sean.hall at gmail.com
Mon Aug 16 07:07:23 PDT 2021


Can't you build everything in parallel with desktop MSBuild, and then run
"dotnet test --no-build" in parallel?

On Sun, Aug 15, 2021 at 10:17 PM Bob Arnson via wix-devs <
wix-devs at lists.wixtoolset.org> wrote:

> Apparently, it's a long-standing to-be-implemented feature to be able to
> run .NET Core tests from desktop MSBuild.
>
> https://github.com/microsoft/vstest/issues/326
>
> We can't use Core MSBuild because it pretends C++ doesn't exist. So we're
> stuck - we can't use traversal projects to do the normal
> restore/build/test/pack dance.
>
> I'll look around the tree to see if there are any other trees that could
> be made into traversal projects, but it looks like most of the WiX v4 build
> is going to be single-proc. Yay.
> ____________________________________________________________________
> WiX Toolset Developer Mailing List provided by FireGiant
> http://www.firegiant.com/
>



More information about the wix-devs mailing list