mirror of
https://github.com/sbroenne/mcp-server-excel.git
synced 2026-09-19 07:53:08 +08:00
352b1da895
Reverts the scratch verification commit; confirms PAT push authentication and ruleset bypass work end-to-end for the release-automation fix.
18 lines
662 B
Plaintext
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>
|