Skip to content

Commit bb927e9

Browse files
committed
Add the appveyor.yml file
1 parent 1f55965 commit bb927e9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

FluentAssertions.AspNetCore.Mvc.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{4E91
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C48468D-7CDA-45C7-8B21-0669A567711B}"
99
ProjectSection(SolutionItems) = preProject
10+
appveyor.yml = appveyor.yml
1011
Contributors.txt = Contributors.txt
1112
src\SolutionInfo.cs = src\SolutionInfo.cs
1213
EndProjectSection

appveyor.yml

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

0 commit comments

Comments
 (0)