summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/dotnet/binary/update.sh
AgeCommit message (Collapse)Author
13 daysdotnet: reduce update timeDavid McFarland
The update bot is currently failing to update dotnet due to fetch-deps 30m. - add a --vmr-bootstrap flag to binary/update.sh This allows us to skip a bunch of packages and platforms that aren't needed for bootstrapping the VMR. We also add the IL[D]Asm packages that were previously in deps.json for versions 9+. - disable fetch-deps in versions 9+.
2026-05-08dotnet: fix indentation in update scriptsDavid McFarland
2026-04-17dotnet: combine binary and source update scriptsDavid McFarland
2026-04-17dotnet: combine binary and source expressionsDavid McFarland