Skip to content

Commit

Permalink
appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dima117 committed Sep 28, 2017
1 parent a5b27c5 commit 09963ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '{build}'

image: Visual Studio 2017 Preview

install:
- dotnet --info
- dotnet restore

test_script:
- dotnet test ./ThinkingHome.NooLite.Tests -c Release -f netcoreapp2.0

build: off

0 comments on commit 09963ed

Please sign in to comment.