Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Rob Mensching c843b47d62 Separate WixInternal content from official WixToolset namespace 2022-11-08 16:20:25 -08:00
Rob Mensching ed6593322d Use packageSourceMapping to control source of NuGet packages
Contrary to common-sense, NuGet package sources are not ordered.
Thus, the existence of nuget_official.config is pointless as it was
an attempt to prefer already published .nupkgs over newly built
.nupkgs in post-GA builds.

Instead, NuGet introduced packageSourceMapping which is a more
powerful solution to address post-GA package resolution.
2022-10-03 12:29:27 -07:00
Rob Mensching 82bfd12186 Move nuget.config, global.json and Directory.Packages.props to root
Putting these files in the root means they can be used by the test
projects support projects that get copied to the `build` folder.
2022-02-23 18:33:52 -08:00