Explorar el Código

build config tuning

Oren Novotny hace 9 años
padre
commit
c2933799bf
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. 10 1
      appveyor.yml

+ 10 - 1
appveyor.yml

@@ -1,7 +1,16 @@
 image: Visual Studio 2015
 image: Visual Studio 2015
 init:
 init:
   - cmd: set
   - cmd: set
-  
+
+branches:
+  only:
+    - master
+    - /dev.*/
+
+skip_commits:
+  files:
+    - '**/*.md'
+
 nuget:
 nuget:
   disable_publish_on_pr: true
   disable_publish_on_pr: true