Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use packageSourceMapping to control source of NuGet packages | Rob Mensching | 2022-10-03 | 1 | -2/+0 |
| | | | | | | | | | | 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 | -1/+1 |
| | | | | | Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder. | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -0/+9 |