Library/PackageCache/com.github.superunitybuild.buildactions@4.0.1/Editor/FileUtility/FileUtility.cs(42,20): error CS0173: Type of conditional expressin cannot be determined because there is no implicit conversion between 'method group' and 'method group'
Linux + Unity 2020.3 (old LTS) -- it's an old project.
According to StackOverflow, it needs a cast on one of them to the return type.
Workaround
Copying the package from Library/PackageCache into Packages and applying that fix resolves the problem.
Replace method body starting line 42 with:
Full error message:
Linux + Unity 2020.3 (old LTS) -- it's an old project.
According to StackOverflow, it needs a cast on one of them to the return type.
Workaround
Copying the package from
Library/PackageCache
intoPackages
and applying that fix resolves the problem. Replace method body starting line 42 with: