Browse Source
Merge pull request #801 from colinin/settings-json-file
add appsettings.json
pull/802/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with
36 additions and
0 deletions
-
aspnet-core/migrations/LY.MicroService.AuthServer.DbMigrator/LY.MicroService.AuthServer.DbMigrator.csproj
-
aspnet-core/migrations/LY.MicroService.BackendAdmin.DbMigrator/LY.MicroService.BackendAdmin.DbMigrator.csproj
-
aspnet-core/migrations/LY.MicroService.IdentityServer.DbMigrator/LY.MicroService.IdentityServer.DbMigrator.csproj
-
aspnet-core/migrations/LY.MicroService.LocalizationManagement.DbMigrator/LY.MicroService.LocalizationManagement.DbMigrator.csproj
-
aspnet-core/migrations/LY.MicroService.Platform.DbMigrator/LY.MicroService.Platform.DbMigrator.csproj
-
aspnet-core/migrations/LY.MicroService.RealtimeMessage.DbMigrator/LY.MicroService.RealtimeMessage.DbMigrator.csproj
|
|
|
@ -30,6 +30,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -38,6 +39,11 @@ |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -28,6 +28,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -36,6 +37,11 @@ |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -30,9 +30,15 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
|
|
|
|
@ -32,6 +32,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -40,6 +41,11 @@ |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -32,6 +32,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -40,6 +41,11 @@ |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
@ -32,6 +32,7 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="appsettings.json" /> |
|
|
|
<None Remove="appsettings.*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -40,6 +41,11 @@ |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="appsettings.*.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|