Browse Source

Fixed appveyor yml

Martin Edlund 5 years ago
parent
commit
2b127c2b2c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .appveyor.yml

+ 4 - 4
.appveyor.yml

@@ -19,8 +19,8 @@ artifacts:
 
 before_test:
     - ps: "SketchAssistant/GenerateCoverageReport.bat"
-#test:
 #don't run tests depending on [DeploymentItem] and filesystem access
-categories:
-    except:
-        - Local
+test:
+ categories:
+  except:
+   - Local