feat: Enhance CI workflows to check for source and documentation changes, and cache NuGet packages

feat: Embed appsettings.json as a resource and update configuration loading logic
This commit is contained in:
HueByte
2026-02-19 07:01:22 +01:00
parent 1827f25944
commit 49240026b0
4 changed files with 69 additions and 15 deletions
+3
View File
@@ -17,6 +17,9 @@
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="appsettings.json">
<LogicalName>EchoHub.Client.appsettings.json</LogicalName>
</EmbeddedResource>
</ItemGroup>
<PropertyGroup>