Restrict build to included images

This commit is contained in:
Daniel J. Summers 2022-06-08 21:13:24 -04:00
parent 07a2c404d7
commit fc3e634c40
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include=".\wwwroot\**" CopyToOutputDirectory="Always" /> <None Include=".\wwwroot\img\*.png" CopyToOutputDirectory="Always" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -3,7 +3,7 @@
"hostname": "data02.bitbadger.solutions", "hostname": "data02.bitbadger.solutions",
"database": "myWebLog_dev" "database": "myWebLog_dev"
}, },
"Generator": "myWebLog 2.0-alpha34", "Generator": "myWebLog 2.0-alpha35",
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"MyWebLog.Handlers": "Debug" "MyWebLog.Handlers": "Debug"