Skip to content

Commit

Permalink
Add AppVeyor.TestLogger to the correct projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyus-ryan committed Jan 29, 2019
1 parent 5453742 commit e687b42
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion paket.dependencies
Expand Up @@ -2,7 +2,6 @@ group FakeBuild
source https://api.nuget.org/v3/index.json
storage: none

nuget AppVeyor.TestLogger
nuget BlackFox.Fake.BuildTask
nuget Fake.BuildServer.AppVeyor
nuget Fake.Core.Target
Expand Down
1 change: 0 additions & 1 deletion paket.lock
Expand Up @@ -4,7 +4,6 @@ GROUP FakeBuild
STORAGE: NONE
NUGET
remote: https://api.nuget.org/v3/index.json
AppVeyor.TestLogger (2.0)
BlackFox.Fake.BuildTask (0.1.3)
Fake.Core.Target (>= 5.1) - restriction: || (>= net46) (>= netstandard2.0)
FSharp.Core (>= 4.3.4) - restriction: || (>= net46) (>= netstandard2.0)
Expand Down
Expand Up @@ -15,6 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="AppVeyor.TestLogger" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -15,6 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="protobuf-net" Version="2.4.0" />
<PackageReference Include="AppVeyor.TestLogger" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -15,6 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="AppVeyor.TestLogger" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -14,6 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="AppVeyor.TestLogger" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e687b42

Please sign in to comment.