arcade: Symbol Publishing Failure
- Is this issue blocking: yes
Please see https://dev.azure.com/dnceng/internal/_build/results?buildId=507786&view=results
This is an internal-only prototype branch. The DLL and the corresponding symbol that’s failing to publish haven’t been altered in anyway, although the branch itself has seen extensive changes.
To build, checkout the branch and use:
build -pack -configuration Release -platform x64 -ci /p:DotNetUseShippingVersions=true
/cc @JohnTortugo, @mikem8361 /cc @rladuca
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 21 (21 by maintainers)
Commits related to this issue
- Use /Z7 (i.e., oldStyle) when building dotnet-wpf-int repo. This is needed to workaround https://github.com/dotnet/arcade/issues/4763 — committed to wpfcontrib/wpf by vatsan-madhavan 4 years ago
- Build orchestration fixups (#2507) * Include Microsoft.DotNet.Wpf.DncEng only when running CppHelper in RepoLocation=External. When RepoLocation=Internal, this package is not really needed. * Docume... — committed to dotnet/wpf by vatsan-madhavan 4 years ago
- Skip PDBs with empty DbiStreams Issue: https://github.com/dotnet/arcade/issues/4763 — committed to mikem8361/symstore by mikem8361 4 years ago
- Skip PDBs with empty DbiStreams (#188) Issue: https://github.com/dotnet/arcade/issues/4763 — committed to dotnet/symstore by mikem8361 4 years ago
I can change the uploader to skip PDBs that don’t have a DbiStream. It wouldn’t take much to do that.
Looks like the uploader is failing on runtimes\win-x64\native\bilinearspan-compile.pdb in the runtime.win-x64.Microsoft.DotNet.Wpf.DncEng.5.0.0-alpha.1.20104.15.symbols.nupkg package. I’m investigating. The pdb seems valid but I’m not sure why the uploader is failing.
Thanks @mikem8361