We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set-commits
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry-cli is bundled in the SDK adn invoked via msbuild
sentry-cli
Sentry
The ticket was resolved but 2 items were not completed:
But we don't upload any commit information. This would be helpful when doing a CI run for publishing a new version. For example:
dotnet publish -c Release /p:SentrySetCommits
Associating commits allows Sentry to link to source code at the correct commit sha.
As well as suggest suspect commits, and other features.
If we can land this on 4.0.0 we could default to making this call when msbuild publish target is running
publish
The text was updated successfully, but these errors were encountered:
Source Link included in the .NET SDK for version 8.0 and later.
Prerequisites for .NET projects:
The following features are not available in projects that do not import Microsoft.NET.Sdk: Automatic inclusion of commit SHA in AssemblyInformationalVersionAttribute.
The following features are not available in projects that do not import Microsoft.NET.Sdk:
Sorry, something went wrong.
jamescrosswell
Successfully merging a pull request may close this issue.
sentry-cli
is bundled in the SDK adn invoked via msbuildsentry-cli
inSentry
NuGet package #2074The ticket was resolved but 2 items were not completed:
But we don't upload any commit information. This would be helpful when doing a CI run for publishing a new version. For example:
Associating commits allows Sentry to link to source code at the correct commit sha.

As well as suggest suspect commits, and other features.
If we can land this on 4.0.0 we could default to making this call when msbuild
publish
target is runningThe text was updated successfully, but these errors were encountered: