Skip to content

Commit 0276307

Browse files
committed
Make azure agent use the AppInsight DLL from aish
1 parent af77873 commit 0276307

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shell/agents/Microsoft.Azure.Agent/Microsoft.Azure.Agent.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Azure.Identity" Version="1.14.2" />
27-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
2827
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
2928
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
29+
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0">
30+
<ExcludeAssets>contentFiles</ExcludeAssets>
31+
<PrivateAssets>All</PrivateAssets>
32+
</PackageReference>
3033
<PackageReference Include="System.Management.Automation" Version="7.4.7">
3134
<ExcludeAssets>contentFiles</ExcludeAssets>
3235
<PrivateAssets>All</PrivateAssets>

0 commit comments

Comments
 (0)