install Visual F# 3.1.1
Visual F# is needed to build up-to-date F# projects.
http://www.microsoft.com/en-us/download/details.aspx?id=41654
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
1 Posted by cameron.taggart on 19 Feb, 2014 02:21 AM
Need it on the AppVeyor 2.0 beta VMs.
2 Posted by cameron.taggart on 19 Feb, 2014 01:46 PM
This is the current blocker for me.
Support Staff 3 Posted by Feodor Fitsner on 19 Feb, 2014 07:21 PM
F# 3.1.1 has been installed on AppVeyor 2.0 build VM images.
Give another try and let me know how it goes.
4 Posted by cameron.taggart on 19 Feb, 2014 09:35 PM
It works!
When I use the appveyor.yml, it does not. The ability to export the current settings to a appveyor.yml file would be cool. Using the appveyor.yml, it is still running msbuild, but I want it to run my build script instead. What is wrong with this?
Support Staff 5 Posted by Feodor Fitsner on 19 Feb, 2014 09:44 PM
I will look into it.
- Feodor
Support Staff 6 Posted by Feodor Fitsner on 19 Feb, 2014 11:27 PM
It's been fixed and update deployed.
Let me know if you find anything else.
7 Posted by cameron.taggart on 20 Feb, 2014 01:13 AM
The only thing I noticed is that it appears that it is looking for tests even though I set
test: off
. The output still saysDiscovering tests...Done
. To complete integration, I'm looking for 3 things that I've outlined here.Support Staff 8 Posted by Feodor Fitsner on 20 Feb, 2014 03:40 AM
test: off
works for me though: https://ci-beta.appveyor.com/project/FeodorFitsner/simple-console (repo: https://github.com/FeodorFitsner/simple-console) Could you please share yourappveyor.yml
?Regarding 3 things - continuing discussion on GitHub.
9 Posted by cameron.taggart on 20 Feb, 2014 03:56 PM
test: off
does work. My commit of appveyor.yml wasn't pushed.Support Staff 10 Posted by Feodor Fitsner on 20 Feb, 2014 04:39 PM
Cool, thanks for update!
- Feodor
cameron.taggart closed this discussion on 29 Jun, 2015 05:16 PM.