Skip to content

Commit 1dd1197

Browse files
committed
fixup! Upgrade to xUnit 2.0
1 parent 3bdd9c5 commit 1dd1197

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CI/build.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.1.0-beta4-build3042\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.runner.msbuild.dll"
1010
TaskName="Xunit.Runner.MSBuild.xunit" />
1111
<Target Name="Clean">
1212
<Message Text="Commit SHA = $(CommitSha)" />

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ test_script:
112112
{
113113
.\packages\OpenCover\OpenCover.Console.exe `
114114
-register:user `
115-
"-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner""" `
115+
"-target:""$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.1.0-beta4-build3042\tools\$Env:xunit_runner""" `
116116
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
117117
"-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
118118
-hideskipped:All `
119119
-output:opencoverCoverage.xml
120120
}
121121
ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
122122
{
123-
& "$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.0.0\tools\$Env:xunit_runner" `
123+
& "$Env:APPVEYOR_BUILD_FOLDER\packages\xunit.runner.console.2.1.0-beta4-build3042\tools\$Env:xunit_runner" `
124124
"$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" -noshadow
125125
}
126126

0 commit comments

Comments
 (0)