annotate .appveyor.yml @ 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
rev   line source
Chris@504 1
Chris@504 2 configuration:
Chris@504 3 - Release
Chris@504 4
Chris@504 5 platform:
Chris@504 6 - x86
Chris@504 7 - x64
Chris@504 8
Chris@505 9 build_script:
Chris@505 10 - msbuild build\VampSDK.sln
Chris@505 11 - msbuild build\VampHostSDK.sln
Chris@504 12