You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
For CLR flavor only. Generate native images for runtime libraries on Desktop CLR to improve startup time. This option requires elevated privilege and will be automatically turned on if the script is running in administrative mode. To opt-out in administrative mode, use -NoNative switch.
923
+
.PARAMETERPersistent
924
+
Make the installed runtime useable across all processes run by the current user
923
925
.DESCRIPTION
924
926
A proxy can also be specified by using the 'http_proxy' environment variable
925
927
@@ -954,7 +956,10 @@ function dnvm-install {
954
956
[switch]$NoNative,
955
957
956
958
[Parameter(Mandatory=$false)]
957
-
[switch]$Ngen)
959
+
[switch]$Ngen,
960
+
961
+
[Parameter(Mandatory=$false)]
962
+
[switch]$Persistent)
958
963
959
964
if(!$VersionNuPkgOrAlias) {
960
965
_WriteOut "A version, nupkg path, or the string 'latest' must be provided."
0 commit comments