msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
834 stars 175 forks source link

Fix appveyor settings. #253

Closed yfakariya closed 7 years ago

yfakariya commented 7 years ago

This PR fixes CI settings accidentally commits in master branch directly.

First of all, dotnet command has own MSBuildExtensionsPath which does not include Xamarin scripts, so we have to specify the path for VS installation (%ProgramFiles(x86)%\Microsoft Visual Studio 2017\Community\MSBuild for AppVeyor). To avoid this, I introduced XamarinMSBuildExtensionsPath property to tweak the root path of Xamarin msbuild files for command line build.

This PR fixes wrong path specification which had been added accidentally.