dnu and dnx for aspnet vnext without sln file
Hi,
I created a demo app of aspnet vnext.
My development environment are
- Mac Yosemite
- Visual Studio Code
Locally, I compiled my code by doing
- dnu restore
- dnx . kestrel
My question is , Can I use AppVeyor for my CI ? If so, can anybody point me a direction on how to get this work?
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 24 May, 2015 06:28 PM
Hi Daniel,
You can either use
Visual Studio 2015 RC
image (change OS on Environment tab of project settings) which has dnvm pre-installed or install dnvm from scratch like described here: https://github.com/aspnet/home2 Posted by daniel.mahadi on 25 May, 2015 03:36 PM
Hi Feodor,
It works great. Thanks for pointing me to the right direction. :)
daniel.mahadi closed this discussion on 25 May, 2015 03:36 PM.