Skip to content

Commit

Permalink
Restructured the projects
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Aug 27, 2019
1 parent 0e8a38b commit ad2e9ec
Show file tree
Hide file tree
Showing 39 changed files with 8 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*/[Cc]ache/*
[Cc]ache/*
*.m3u

## Ignore Visual Studio temporary files, build results, and
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ dist: xenial

install:
- dotnet restore
- dotnet test IptvPlaylistAggregator.UnitTests
- dotnet restore UnitTests
- dotnet test UnitTests

script:
- dotnet build
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<None Update="Data/providers.xml"><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
</ItemGroup>

<ItemGroup>
<Compile Remove="UnitTests/**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.2.0" />
Expand Down
31 changes: 0 additions & 31 deletions IptvPlaylistAggregator.sln

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\IptvPlaylistAggregator\IptvPlaylistAggregator.csproj" />
<ProjectReference Include="..\IptvPlaylistAggregator.csproj" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit ad2e9ec

Please sign in to comment.