problems with VS 2015 build
Hello,
I am using the new VS 2015 RC OS to build cs6 features. I have the following in my install and yet I am still getting msbuild tools v12. which is obviously failing.
Example build:
https://ci.appveyor.com/project/tparnell8/untappd-net/build/0.4.186
install section in yaml: https://github.com/tparnell8/Untappd.Net/commit/cd3b67e9e62f5f6eab37c70c5858e01ba715b659
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
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 15 May, 2015 06:01 PM
This is because AppVeyor parses solution file and determines that it's VS 2013: https://github.com/tparnell8/Untappd.Net/blob/master/Untappd.Net.sl...
Just replace build command with your own:
2 Posted by Tommy Parnell on 19 May, 2015 12:50 AM
Thanks for this guys! I just updated my sln file to have the latest vs version, and now everything works!
\m/ rock on!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.