Visual Code does not execute project

2

I'm having trouble running a project in visual code!

Follow the github installation step: github.com/aspnet/home#upgrading-dnvm-or-running-without-visual-studio

CMD

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString(raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}" 

I checked the path after typing the dnvm upgrade command I ran it right but it works but I can not run any project on the command line

ThenIcreateditinthefolderc:\temp\VS\DNX\andputtwofilesonetest.csandtheotheroneisproject.json

WhenIrunitdoesnotwork!

    
asked by anonymous 30.07.2015 / 14:47

0 answers