Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 102c96d

Browse files
committed
Use latest xunit console runner on appveyor.
1 parent a6d0ec7 commit 102c96d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

XmlAbstraction.Test/XmlAbstraction.Test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<PackageReference Include="xunit">
2929
<Version>2.4.1-pre.build.4059</Version>
3030
</PackageReference>
31+
<PackageReference Include="xunit.runner.console" Version="2.4.1-pre.build.4059">
32+
<PrivateAssets>all</PrivateAssets>
33+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
34+
</PackageReference>
3135
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1-pre.build.4059">
3236
<PrivateAssets>all</PrivateAssets>
3337
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.0.0-alpha{build}
1+
version: 1.0.1.0-alpha{build}
22
branches:
33
only:
44
- master
@@ -17,7 +17,7 @@ build:
1717
verbosity: minimal
1818
test_script:
1919
- cmd: >-
20-
"%UserProfile%\.nuget\packages\opencover\4.6.519\tools\OpenCover.Console.exe" -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:".\XmlAbstraction.Test\bin\Release\net472\XmlAbstraction.Test.dll -noshadow" -filter:"+[XmlAbstraction*]* -[XmlAbstraction.Test*]*" -output:".\XmlAbstraction_coverage.xml"
20+
"%UserProfile%\.nuget\packages\opencover\4.6.519\tools\OpenCover.Console.exe" -register:user -target:"%UserProfile%\.nuget\packages\xunit.runner.console\2.4.1-pre.build.4059\tools\net472\xunit.console.x86.exe" -targetargs:".\XmlAbstraction.Test\bin\Release\net472\XmlAbstraction.Test.dll -noshadow" -filter:"+[XmlAbstraction*]* -[XmlAbstraction.Test*]*" -output:".\XmlAbstraction_coverage.xml"
2121
2222
"%UserProfile%\.nuget\packages\Codecov\1.1.0\tools\codecov.exe" -f ".\XmlAbstraction_coverage.xml"
2323
deploy:

0 commit comments

Comments
 (0)