From 335003d39a367124c488e2b5a48b0c307a54b14c Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Thu, 14 Aug 2014 09:15:33 -0400 Subject: [PATCH] Added appveyor.yml --- TimberWinR.sln | 1 + appveyor.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 appveyor.yml diff --git a/TimberWinR.sln b/TimberWinR.sln index fb31293..dea6c1b 100644 --- a/TimberWinR.sln +++ b/TimberWinR.sln @@ -16,6 +16,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimberWinR.UnitTests", "Tim EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B2F600B-2400-45B9-A28E-CFC391D9EFA9}" ProjectSection(SolutionItems) = preProject + appveyor.yml = appveyor.yml LICENSE.txt = LICENSE.txt Package.nuspec = Package.nuspec README.md = README.md diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..790bd56 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,5 @@ +build: + verbosity: diag + +artifacts: + - path: '**\*.msi'