File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" xunit.runner.console" version =" 2.0 .0" />
4- <package id =" xunit.runner.msbuild" version =" 2.0 .0" />
3+ <package id =" xunit.runner.console" version =" 2.2 .0" />
4+ <package id =" xunit.runner.msbuild" version =" 2.2 .0" />
55</packages >
Original file line number Diff line number Diff line change 66 <DeployFolder>$(RootDir)\Build</DeployFolder>
77 </PropertyGroup>
88
9- <UsingTask AssemblyFile="$(RootDir)\packages\xunit.runner.msbuild.2.0 .0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS \xunit.runner.msbuild.dll"
9+ <UsingTask AssemblyFile="$(RootDir)\packages\xunit.runner.msbuild.2.2 .0\build\net452 \xunit.runner.msbuild.dll"
1010 TaskName="Xunit.Runner.MSBuild.xunit" />
1111 <Target Name="Clean">
1212 <Message Text="Commit SHA = $(CommitSha)" />
Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ test_script:
114114 {
115115 .\packages\OpenCover\tools\OpenCover.Console.exe `
116116 -register:user `
117- "-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0 .0\tools\$Env:xunit_runner""" `
117+ "-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.2 .0\tools\$Env:xunit_runner""" `
118118 "-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
119119 "-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
120120 -hideskipped:All `
121121 -output:opencoverCoverage.xml
122122 }
123123 ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
124124 {
125- & "$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0 .0\tools\$Env:xunit_runner" `
125+ & "$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.2 .0\tools\$Env:xunit_runner" `
126126 "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" -noshadow
127127 }
128128
You can’t perform that action at this time.
0 commit comments