Skip to content

Conversation

@bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Feb 20, 2025

Followup on #2021

In this PR I

  • Moved option validation outside of try-catch block to bail early
  • Symbol upload now happens regardless of native-support settings - to provide line numbers
  • Improved logging

#skip-changelog

logger.LogDebug("Native support for the current platform is disabled in the configuration.");
return;
}
UploadDebugSymbols(logger, target, buildOutputDir, executableName, options, cliOptions, isMono);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to upload the symbols regardless of enabled native support.

@bitsandfoxes bitsandfoxes merged commit 530b447 into main Feb 21, 2025
74 checks passed
@bitsandfoxes bitsandfoxes deleted the fix/desktop-symbol-upload branch February 21, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants