How do I build using Mono under the Ubuntu image? (SOLVED)
By default it uses .NET Core - which I think is great - but my project's not yet migrated down that road.
Instead I'd like the Visual Studio 2017
job to build like normal using the full .NET Framework, and the Ubuntu
job to build using Mono with msbuild
.
For reference, I currently manually build using VS2017 under Win10, and using MonoDevelop 7.3.3 with Mono 5.4.1 on Ubuntu 16.04.
Here's my project: https://ci.appveyor.com/project/kf6kjg/whip-lru
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 09 Apr, 2018 01:37 AM
For now, "MSBuild" mode for Ubuntu assumes .NET Core solutions/projects.
However, you can override this default behavior for
Ubuntu
image as in this article: https://www.appveyor.com/docs/build-configuration/#specializing-mat...For example:
2 Posted by Ricky C on 09 Apr, 2018 02:09 AM
And that worked beautifully! Thank you.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:28 AM.