changeset 505:482ef76e8bfa vamp-kiss-naming

Ah, duplicate key problem - try this arrangement instead
author Chris Cannam
date Tue, 06 Feb 2018 15:26:49 +0000
parents e79869de50ad
children c9edaec61d95
files .appveyor.yml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.appveyor.yml	Tue Feb 06 13:22:15 2018 +0000
+++ b/.appveyor.yml	Tue Feb 06 15:26:49 2018 +0000
@@ -6,7 +6,7 @@
   - x86
   - x64
 
-build:
-  project: build\VampSDK.sln
-  project: build\VampHostSDK.sln
+build_script:
+  - msbuild build\VampSDK.sln
+  - msbuild build\VampHostSDK.sln