Updating to release dnvm and NuGet.config
This commit is contained in:
parent
17a8be9965
commit
03ea2f5724
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcidev/" />
|
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcirelease/" />
|
||||||
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
<add key="NuGet" value="https://nuget.org/api/v2/" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
@ -85,9 +85,9 @@ Set-Variable -Option Constant "DefaultUserDirectoryName" ".dnx"
|
||||||
Set-Variable -Option Constant "DefaultGlobalDirectoryName" "Microsoft DNX"
|
Set-Variable -Option Constant "DefaultGlobalDirectoryName" "Microsoft DNX"
|
||||||
Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
|
Set-Variable -Option Constant "OldUserDirectoryNames" @(".kre", ".k")
|
||||||
Set-Variable -Option Constant "RuntimePackageName" "dnx"
|
Set-Variable -Option Constant "RuntimePackageName" "dnx"
|
||||||
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetcidev/api/v2"
|
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetcirelease/api/v2"
|
||||||
Set-Variable -Option Constant "DefaultFeedKey" "DNX_FEED"
|
Set-Variable -Option Constant "DefaultFeedKey" "DNX_FEED"
|
||||||
Set-Variable -Option Constant "DefaultUnstableFeed" "https://www.myget.org/F/aspnetcidev/api/v2"
|
Set-Variable -Option Constant "DefaultUnstableFeed" "https://www.myget.org/F/aspnetcirelease/api/v2"
|
||||||
Set-Variable -Option Constant "DefaultUnstableFeedKey" "DNX_UNSTABLE_FEED"
|
Set-Variable -Option Constant "DefaultUnstableFeedKey" "DNX_UNSTABLE_FEED"
|
||||||
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
|
Set-Variable -Option Constant "CrossGenCommand" "dnx-crossgen"
|
||||||
Set-Variable -Option Constant "OldCrossGenCommand" "k-crossgen"
|
Set-Variable -Option Constant "OldCrossGenCommand" "k-crossgen"
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ _DNVM_RUNTIME_FOLDER_NAME=".dnx"
|
||||||
_DNVM_COMMAND_NAME="dnvm"
|
_DNVM_COMMAND_NAME="dnvm"
|
||||||
_DNVM_PACKAGE_MANAGER_NAME="dnu"
|
_DNVM_PACKAGE_MANAGER_NAME="dnu"
|
||||||
_DNVM_VERSION_MANAGER_NAME=".NET Version Manager"
|
_DNVM_VERSION_MANAGER_NAME=".NET Version Manager"
|
||||||
_DNVM_DEFAULT_FEED="https://www.myget.org/F/aspnetcidev/api/v2"
|
_DNVM_DEFAULT_FEED="https://www.myget.org/F/aspnetcirelease/api/v2"
|
||||||
_DNVM_DEFAULT_UNSTABLE_FEED="https://www.myget.org/F/aspnetcidev/api/v2"
|
_DNVM_DEFAULT_UNSTABLE_FEED="https://www.myget.org/F/aspnetcirelease/api/v2"
|
||||||
_DNVM_UPDATE_LOCATION="https://raw.githubusercontent.com/aspnet/Home/dev/dnvm.sh"
|
_DNVM_UPDATE_LOCATION="https://raw.githubusercontent.com/aspnet/Home/dev/dnvm.sh"
|
||||||
|
|
||||||
if [ "$NO_COLOR" != "1" ]; then
|
if [ "$NO_COLOR" != "1" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue