File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
CloudinaryDotNet.IntegrationTests Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
+ <PackageReference Include =" Appveyor.TestLogger" Version =" 2.0.0" />
15
16
<PackageReference Include =" Moq" Version =" 4.16.1" />
16
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3" />
17
18
<PackageReference Include =" NUnit" Version =" 3.13.1" />
21
22
<ItemGroup >
22
23
<ProjectReference Include =" ..\CloudinaryDotNet\CloudinaryDotNet.csproj" />
23
24
<None Include =" appsettings.json" CopyToOutputDirectory =" Always" />
24
- <EmbeddedResource Include =" $(MSBuildThisFileDirectory)Resources\**" CopyToOutputDirectory =" Always" />
25
+ <EmbeddedResource Include =" $(MSBuildThisFileDirectory)Resources\**" CopyToOutputDirectory =" Always" />
25
26
</ItemGroup >
26
27
27
28
<ItemGroup Condition =" !$(TargetFramework.StartsWith('net4'))" >
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
+ <PackageReference Include =" Appveyor.TestLogger" Version =" 2.0.0" />
15
16
<PackageReference Include =" Moq" Version =" 4.16.1" />
16
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3" />
17
18
<PackageReference Include =" NUnit" Version =" 3.13.1" />
Original file line number Diff line number Diff line change 97
97
verbosity : minimal
98
98
99
99
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
102
102
103
103
# scripts to run before build
104
104
before_build :
You can’t perform that action at this time.
0 commit comments