Skip to content

Commit 88eba7d

Browse files
committed
Add the appveyor.yml file
1 parent 8ecfcac commit 88eba7d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

FluentAssertionsMvc.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2036
4+
VisualStudioVersion = 15.0.27130.2027
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{4E91D524-3DC0-4E08-82FE-6FDAEB89212B}"
77
EndProject
@@ -15,6 +15,7 @@ EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C48468D-7CDA-45C7-8B21-0669A567711B}"
1616
ProjectSection(SolutionItems) = preProject
1717
_todo_.txt = _todo_.txt
18+
appveyor.yml = appveyor.yml
1819
Contributors.txt = Contributors.txt
1920
src\SolutionInfo.cs = src\SolutionInfo.cs
2021
EndProjectSection

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '{build}'
2+
image: Visual Studio 2017
3+
configuration: Release
4+
5+
before_build:
6+
- cmd: nuget restore
7+
8+
build:
9+
publish_nuget: true
10+
verbosity: minimal

0 commit comments

Comments
 (0)