Skip to content

Commit 4dade2e

Browse files
YomesIncconst-cloudinary
authored andcommitted
Fix appveyor test reporting
1 parent 9ff6c4b commit 4dade2e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CloudinaryDotNet.IntegrationTests/CloudinaryDotNet.IntegrationTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15+
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
1516
<PackageReference Include="Moq" Version="4.16.1" />
1617
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
1718
<PackageReference Include="NUnit" Version="3.13.1" />
@@ -21,7 +22,7 @@
2122
<ItemGroup>
2223
<ProjectReference Include="..\CloudinaryDotNet\CloudinaryDotNet.csproj" />
2324
<None Include="appsettings.json" CopyToOutputDirectory="Always" />
24-
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Resources\**" CopyToOutputDirectory="Always"/>
25+
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Resources\**" CopyToOutputDirectory="Always" />
2526
</ItemGroup>
2627

2728
<ItemGroup Condition="!$(TargetFramework.StartsWith('net4'))">

CloudinaryDotNet.Tests/CloudinaryDotNet.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15+
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
1516
<PackageReference Include="Moq" Version="4.16.1" />
1617
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
1718
<PackageReference Include="NUnit" Version="3.13.1" />

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ build:
9797
verbosity: minimal
9898

9999
test_script:
100-
- dotnet test "./CloudinaryDotNet.Tests/CloudinaryDotNet.Tests.csproj" --configuration Release --no-build /property:Platform=AnyCPU
101-
- dotnet test "./CloudinaryDotNet.IntegrationTests/CloudinaryDotNet.IntegrationTests.csproj" --configuration Release --no-build /property:Platform=AnyCPU
100+
- dotnet test "./CloudinaryDotNet.Tests/CloudinaryDotNet.Tests.csproj" --configuration Release --no-build /property:Platform=AnyCPU -v=m --test-adapter-path:. --logger:Appveyor
101+
- dotnet test "./CloudinaryDotNet.IntegrationTests/CloudinaryDotNet.IntegrationTests.csproj" --configuration Release --no-build /property:Platform=AnyCPU -v=m --test-adapter-path:. --logger:Appveyor
102102

103103
# scripts to run before build
104104
before_build:

0 commit comments

Comments
 (0)