Improve the CLR JIT rolling build added with https://github.com/dotnet/runtime/pull/42507. 1. Upload PDBs 2. Build/upload cross-JITs (i.e., remove "-skipalljits" argument and make upload look for *clrjit*.[dll,dylib,so,pdb] in tree)
Improve the CLR JIT rolling build added with #42507.