about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-install-hook.sh
AgeCommit message (Expand)AuthorFilesLines
2024-05-29buildDotnetModule: fix structured attributes supportIvan Trubach1-32/+48
2024-05-20buildDotnetModule: do not run dotnet command using envIvan Trubach1-2/+2
2023-08-24buildDotnetModule: actually use installPathLily Foster1-1/+1
2023-06-24buildDotnetModule: fix indentationDavid McFarland1-8/+8
2023-06-21buildDotnetModule: pass runtimeId whenever possible and disable trimming when...mdarocha1-1/+12
2022-12-19build-dotnet-module: restore for current runtime by defaultDavid McFarland1-2/+1
2022-12-19build-dotnet-module: add useAppHost parameter so it can be disabledDavid McFarland1-0/+4
2022-09-18buildDotnetModule: dont require specifing a projectFileIvar Scholten1-22/+38
2022-07-26buildDotnetModule: add option to make a self-contained buildmdarocha1-1/+6
2022-07-13buildDotnetModule: explicitly set UseAppHost to truemdarocha1-0/+1
2022-05-10buildDotnetModule: fix argsash lea1-4/+4
2022-04-30buildDotnetModule: properly inherit arguments from drv=1-1/+2
2022-02-12buildDotnetModule: use setup hooksIvarWithoutBones1-0/+42