We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5685986 commit f408285Copy full SHA for f408285
1 file changed
src/Sentry/buildTransitive/Sentry.targets
@@ -110,7 +110,6 @@
110
The defaults can be set either via config file, or environment variables, per: https://docs.sentry.io/product/cli/configuration/
111
-->
112
<PropertyGroup>
113
- <SentryCLIBaseOptions Condition="'$(SentryApiKey)' != ''">$(SentryCLIBaseOptions) --api-key $(SentryApiKey)</SentryCLIBaseOptions>
114
<SentryCLIBaseOptions Condition="'$(SentryAuthToken)' != ''">$(SentryCLIBaseOptions) --auth-token $(SentryAuthToken)</SentryCLIBaseOptions>
115
<SentryCLIBaseOptions Condition="'$(SentryUrl)' != ''">$(SentryCLIBaseOptions) --url $(SentryUrl)</SentryCLIBaseOptions>
116
<SentryCLIBaseCommand>"$(SentryCLI)"</SentryCLIBaseCommand>
0 commit comments