Skip to content

Commit

Permalink
Added appveyor.yml and build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kirby committed Aug 20, 2015
1 parent 675985d commit c56920a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
@@ -0,0 +1,11 @@
test: off
version: "{build}"
configuration:
- Debug
- Release
init:
- cmd: msbuild /version
build:
project: project: C:\projects\colorconsole\ColorConsole\ColorConsole.sln
build-script:
- cmd: build.cmd
4 changes: 4 additions & 0 deletions build.cmd
@@ -0,0 +1,4 @@
.paket\paket.bootstrapper.exe
.paket\paket.exe restore

.\packages\FAKE\tools\Fake.exe build.fsx

0 comments on commit c56920a

Please sign in to comment.