Browse Source

Enable AppVeyor Continous Integration and Testing

It will looks like https://ci.appveyor.com/project/MarcosMeli/docnet when enabled
pull/19/head
Marcos Meli 10 years ago
parent
commit
7d958f0994
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      appveyor.yml

+ 7
- 0
appveyor.yml View File

@@ -0,0 +1,7 @@
version: 1.0.{build}
configuration: Debug
before_build:
- cmd: nuget restore
build:
project: DocNet.sln
verbosity: minimal

Loading…
Cancel
Save