Skip to content

Commit 4ec1820

Browse files
committed
Add Appveyor
1 parent 338e9bf commit 4ec1820

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Icon](https://github.com/asherber/Xunit.Priority/raw/master/media/xunit-priority-64.png)
22

3-
# Xunit.Priority [![NuGet](https://img.shields.io/nuget/v/Xunit.Priority.svg)](https://nuget.org/packages/Xunit.Priority)
3+
# Xunit.Priority [![NuGet](https://img.shields.io/nuget/v/Xunit.Priority.svg)](https://nuget.org/packages/Xunit.Priority) [![Build status](https://ci.appveyor.com/api/projects/status/h9kxm1ocxtcvf4iu/branch/master?svg=true)](https://ci.appveyor.com/project/asherber/xunit-priority/branch/master)
44

55
Provides an `ITestCaseOrderer` that allows you to control the order of execution of Xunit tests within a class.
66

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2019
3+
build_script:
4+
- cmd: dotnet build
5+
test_script:
6+
- cmd: dotnet test --no-build -v n

0 commit comments

Comments
 (0)