File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
15
- <PackageReference Include =" Moq" Version =" 4.9.0" />
16
- <PackageReference Include =" xunit" Version =" 2.4.0" />
17
- <PackageReference Include =" xunit.runner.console" Version =" 2.4.0" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
19
- <PackageReference Include =" xunit.skippablefact" Version =" 1.3.6" />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.0.1" />
15
+ <PackageReference Include =" Moq" Version =" 4.10.1" />
16
+ <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
17
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
18
+ <PackageReference Include =" xunit.runner.console" Version =" 2.4.1" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
20
+ <PackageReference Include =" xunit.skippablefact" Version =" 1.3.12" />
20
21
</ItemGroup >
21
22
22
23
<ItemGroup >
Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ test_script:
90
90
{
91
91
.\packages\OpenCover\tools\OpenCover.Console.exe `
92
92
-register:user `
93
- "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net46\$runner""" `
93
+ "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.1 \tools\net46\$runner""" `
94
94
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net46\LibGit2Sharp.Tests.dll"" -noshadow" `
95
95
"-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
96
96
-hideskipped:All `
97
97
-output:opencoverCoverage.xml
98
98
}
99
99
ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
100
100
{
101
- & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net46\$runner" `
101
+ & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.1 \tools\net46\$runner" `
102
102
"$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net46\LibGit2Sharp.Tests.dll" -noshadow
103
103
}
104
104
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dotnet build "%~dp0\" /v:minimal /nologo /property:ExtraDefine="%EXTRADEFINE%"
31
31
@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
32
32
33
33
:: Run tests on Desktop and CoreCLR
34
- " %userprofile% \.nuget\packages\xunit.runner.console\2.4.0 \tools\net452 \xunit.console.exe" " %~dp0 bin\LibGit2Sharp.Tests\%Configuration% \net46\LibGit2Sharp.Tests.dll" -noshadow
34
+ " %userprofile% \.nuget\packages\xunit.runner.console\2.4.1 \tools\net46 \xunit.console.exe" " %~dp0 bin\LibGit2Sharp.Tests\%Configuration% \net46\LibGit2Sharp.Tests.dll" -noshadow
35
35
@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
36
36
dotnet test " %~dp0 LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj" -f netcoreapp2.0 --no-restore --no-build
37
37
@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
You can’t perform that action at this time.
0 commit comments