Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Commit 6bd60a2

Browse files
committed
update default feed in kvm.ps1 to release feed
1 parent 51671bb commit 6bd60a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kvm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Set-Variable -Option Constant "RuntimeShortName" "KRE"
3030
Set-Variable -Option Constant "RuntimeFolderName" ".k"
3131
Set-Variable -Option Constant "CommandName" "kvm"
3232
Set-Variable -Option Constant "VersionManagerName" "K Version Manager"
33-
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetvnext/api/v2"
33+
Set-Variable -Option Constant "DefaultFeed" "https://www.myget.org/F/aspnetrelease/api/v2"
3434
Set-Variable -Option Constant "CrossGenCommand" "k-crossgen"
3535
Set-Variable -Option Constant "HomeEnvVar" "KRE_HOME"
3636
Set-Variable -Option Constant "UserHomeEnvVar" "KRE_USER_HOME"

0 commit comments

Comments
 (0)