dark theme, logo, tests
This commit is contained in:
@ -22,5 +22,13 @@
|
||||
<ProjectReference Include="..\..\src\isnd\isnd.csproj" />
|
||||
<ProjectReference Include="..\..\src\isn\isn.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<MyTestingConfigFiles Include="appsettings.Testing.json"/>
|
||||
</ItemGroup>
|
||||
<Target Name="CopyTestConfig">
|
||||
<Copy
|
||||
SourceFiles="@(MyTestingConfigFiles)"
|
||||
DestinationFolder="bin\Debug\netcoreapp2.1"
|
||||
/>
|
||||
</Target>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user