aboutsummaryrefslogtreecommitdiff
path: root/nuget.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Use packageSourceMapping to control source of NuGet packagesRob Mensching2022-10-031-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 rootRob Mensching2022-02-231-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.