-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install dnx (Join-Path $_ "runtimes" failed) #899
Comments
/cc @BrennanConroy If Side question: When is |
As a sidenote, if you select "Visual Studio 2015" for AppVeyor's "Operating system" setting, DNVM will be preinstalled and you can just do:
|
@dougbu Looks like you are right. I have set $env:DNX_HOME and $env:DNX_GLOBAL_HOME manually and install script was completed successfully. But I think install script should be updated to resolve this situation. Thanks. @Daniel15 Thank. I'm using "Visual Studio 2015" as OS Settings but prefer to keep script as much independent as possible. |
@VeselovAndrey Can you please share your workaround? |
Before install DNX I have added following commands to my PowerShell script:
|
This is a duplicate of aspnet/dnvm#422. Will track the fix there. |
Unable to install dnx.
Full log
https://ci.appveyor.com/project/VeselovAndrey/filewarehouse
The text was updated successfully, but these errors were encountered: