devbuild fails @ HEAD #8174
Replies: 5 comments 13 replies
-
You'd have to add |
Beta Was this translation helpful? Give feedback.
-
What sucks is: from wix.cmd is failing, but it isn't producing the wix.trx. I did add --logger "console;verbosity=detailed" to get more info, but not sure where I should be going with this. |
Beta Was this translation helpful? Give feedback.
-
notepad C:\Users\%USERNAME%\AppData\Roaming\NuGet\NuGet.Config Having: <?xml version="1.0" encoding="utf-8"?>
<configuration/> = Fail. Copying from notepad C:\Temp\wix4\NuGet.Config, and deleting the build source has the build grinding away happily now. Does vscode/python ever do anything to touch the per user nuget config? |
Beta Was this translation helpful? Give feedback.
-
Umm... C:\Temp\wix4>nuget locals all -list C:\Temp\wix4>dotnet nuget list source
C:\Temp\wix4>nuget help Available commands:... |
Beta Was this translation helpful? Give feedback.
-
WTB NuGet/Home#8420 because something isn't right between nuget on the path and dotnet test. |
Beta Was this translation helpful? Give feedback.
-
Trying to get back in to Wix and fix the cert issue that is assigned to me, but I am unable to get the default branch to build. Initial issue was reported (doc bug - issues/8173), but now devbuild is failing on the unit tests.
Is there a means of getting a MSBuild binary log w/ devbuild?
Beta Was this translation helpful? Give feedback.
All reactions