Files
sbroenne__mcp-server-excel/Directory.Build.props.user.template
github-actions[bot] 352b1da895 Revert: remove RELEASE_PAT verification scratch file [skip ci]
Reverts the scratch verification commit; confirms PAT push authentication
and ruleset bypass work end-to-end for the release-automation fix.
2026-07-23 09:40:03 +02:00

18 lines
662 B
Plaintext

<!--
Local developer settings (COPY to Directory.Build.props.user)
This file is a template. To use:
1. Copy this file to Directory.Build.props.user
2. Fill in your actual values
3. Directory.Build.props.user is gitignored and won't be committed
The values here are picked up by MSBuild at build time and embedded into the compiled assembly.
-->
<Project>
<PropertyGroup>
<!-- Application Insights connection string for telemetry -->
<!-- Get from Azure Portal: Application Insights > Overview > Connection String -->
<AppInsightsConnectionString>YOUR_CONNECTION_STRING_HERE</AppInsightsConnectionString>
</PropertyGroup>
</Project>