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.
This PR fixes CI settings accidentally commits in master branch directly.
First of all,
dotnet
command has ownMSBuildExtensionsPath
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 introducedXamarinMSBuildExtensionsPath
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.