File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<DeployFolder>$(RootDir)\Build</DeployFolder>
7
7
</PropertyGroup>
8
8
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"
10
10
TaskName="Xunit.Runner.MSBuild.xunit" />
11
11
<Target Name="Clean">
12
12
<Message Text="Commit SHA = $(CommitSha)" />
Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ test_script:
112
112
{
113
113
.\packages\OpenCover\OpenCover.Console.exe `
114
114
-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""" `
116
116
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" -noshadow" `
117
117
"-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
118
118
-hideskipped:All `
119
119
-output:opencoverCoverage.xml
120
120
}
121
121
ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
122
122
{
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" `
124
124
"$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" -noshadow
125
125
}
126
126
You can’t perform that action at this time.
0 commit comments