-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
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
Allow setting Release via an MSBuild property #3443
Comments
You can set the SentryRelease from code through the options. Does that not work for you? |
No, because that doesn't work nicely in our CI pipeline. I'd like to be able to pass in the SentryRelease as an msbuild property argument to our Does that make sense? Thanks! |
I see your point. You could set a custom release attribute to be available at runtime.
That can be retrieved like so
And you can set it via commandline |
This seems very similar to: Is there anything we're suggesting in this issue that isn't already covered in the issue above? |
@jamescrosswell I wasn't sure if the issue that you linked to included adding a new MSBuild property for |
Added this here to keep track of it. Thanks @ericsampson for all the valuable input! It's much appreciated. |
thank you @bitsandfoxes <3 |
Problem Statement
Right now the Release value is constructed via other properties (if not set as an env var), but there are situations where it would be easier to allow the user to explicitly stamp the desired Release as a
SentryRelease
MSBuild prop.Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: