VS 2015 builds

jay's Avatar

jay

Oct 16, 2015 @ 02:46 AM

https://ci.appveyor.com/project/MSREnable/eye-gaze-wheelchair

I'm attempting to convert this project and a submodule over to VS 2015 syntax. I've been unable to get appveyor to build it and respect the new c# 6.0 syntax. Tried all the workarounds I can find in the branch named '2015'. What am I missing?

  1. Support Staff 1 Posted by Feodor Fitsner on Oct 16, 2015 @ 02:51 AM

    Feodor Fitsner's Avatar

    I can't see neither private project, nor the repo. You can add my email ([email blocked]) to collaborators on https://ci.appveyor.com/team to allow seeing build output.

    Do you use appveyor.yml?

  2. 2 Posted by jay on Oct 16, 2015 @ 04:21 AM

    jay's Avatar

    I've added you to the project.

    Yes, appveyor.yml attached.

  3. Support Staff 3 Posted by Feodor Fitsner on Oct 16, 2015 @ 04:31 AM

    Feodor Fitsner's Avatar

    I see. Open Microsoft.EyeGaze.Wheelchair.sln in text editor and make sure it contains # Visual Studio 14 header, not # Visual Studio 2013.

  4. 4 Posted by jay on Oct 16, 2015 @ 02:41 PM

    jay's Avatar

    That fixed it. Hmm, there sure are a lot of different places to set build flavors. I set the .NET Runtime to 4.6 is the csproj files and I edited the sln to set:

    VisualStudioVersion = 14.0.23107.0
    MinimumVisualStudioVersion = 14.0.23107.0

    but these did not change the build engine appveyor used.

  5. jay closed this discussion on Dec 31, 2015 @ 06:01 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac