aboutsummaryrefslogtreecommitdiff
path: root/src/build_official.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use packageSourceMapping to control source of NuGet packagesRob Mensching2022-10-031-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 rootRob Mensching2022-02-231-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 processRob Mensching2021-05-111-0/+9