'devbuild' process failing #7368
Replies: 3 comments
-
My first guess is that your build tooling is missing support for Central Package Management. |
Beta Was this translation helpful? Give feedback.
-
Looks like a perfect guess 🙂 I had to put the directory to the downloaded nuget.exe command-line-tool in front of my dotnet installation on the path. Now the build finished successfully Thanks for the quick help! |
Beta Was this translation helpful? Give feedback.
-
I just reverifyed the README.md instructions on a clean machine with the latest release of VS and all the component names are still correct. I copy and pasted each into the search to confim. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys
I tried to build the WiX Toolset v4 following the description in the README but unfortunately I get several warnings and errors during the build process:
Followed by a lot of compiler errors in that project ('WixInternal.TestSupport') about unknown type- or namespacenames.
Do you have an idea what could cause this issue?
One small difference I have seen is that the
MSVC v143 - VS 2022 C++ ARM64 build tools (Latest)
shows up asMSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest)
in Visual Studio 2022 - 17.5.3 (already mentioned here: #7331 (comment))Beta Was this translation helpful? Give feedback.
All reactions