VS 2015 builds
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?
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
Support Staff 1 Posted by Feodor Fitsner on Oct 16, 2015 @ 02:51 AM
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 Posted by jay on Oct 16, 2015 @ 04:21 AM
I've added you to the project.
Yes, appveyor.yml attached.
Support Staff 3 Posted by Feodor Fitsner on Oct 16, 2015 @ 04:31 AM
I see. Open
Microsoft.EyeGaze.Wheelchair.sln
in text editor and make sure it contains# Visual Studio 14
header, not# Visual Studio 2013
.4 Posted by jay on Oct 16, 2015 @ 02:41 PM
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.
jay closed this discussion on Dec 31, 2015 @ 06:01 PM.