Skip to content

Commit

Permalink
Add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mchudy committed Sep 25, 2016
1 parent 5301e88 commit f124518
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions NFugue.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NFugue.ManualTests", "tests
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99FDDF9D-AE78-4AEA-B445-86B84844594C}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Getting started

```csharp
using(var player = new Player())
using (var player = new Player())
{
player.Play("C D E F G A B");
}
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 1.0.{build}

configuration: Release

before_build:
- nuget restore

0 comments on commit f124518

Please sign in to comment.