4f31e3db66
We were publishing a -debug zip with sdk code and symbols, but it was captured before publishing was finished and had incorrect code content. Trying to use it would blow up due to incorrect runtimeconfig.json. Replace it with a -symbols zip that contains only symbols and that can be overlayed over the main zip. This is just like the -langpack zip that has satellite assemblies. Also add an option to leave the PDBs in the same directory/packages as code: /p:SeparateSymbolsArchive=false. Setting this on local builds facilitates debugging and profiling by removing the need to adjust symbol paths or copy PDBs around. |
||
---|---|---|
.. | ||
Archive.targets | ||
dotnet-deb-tool-consumer.csproj | ||
Installer.DEB.proj | ||
Installer.DEB.targets | ||
Installer.MSI.targets | ||
Installer.PKG.targets | ||
Installer.RPM.props | ||
Installer.RPM.targets | ||
Layout.targets | ||
Nupkg.targets |