Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Use packageSourceMapping to control source of NuGet packages | Rob Mensching | 2022-10-03 | 1 | -1/+10 |
| | | | | | | | | | | 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. | ||||
* | Move nuget.config, global.json and Directory.Packages.props to root | Rob Mensching | 2022-02-23 | 1 | -0/+12 |
Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder. |