Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuhas Joshi <suhasbjoshi@hotmail.com>2014-11-12 18:25:41 +0300
committerSuhas Joshi <suhasbjoshi@hotmail.com>2014-11-12 18:25:41 +0300
commitc6679009a1492be81ca5c54b2fd9c028e491929d (patch)
tree528cf3866748b114ec1552d82e9c10dafb510c16
parentd6e3bf2b23d6a93b59ceaf20d5e203a74ee0e43d (diff)
Changing feeds to point to nuget
-rw-r--r--kvm.ps12
-rw-r--r--kvm.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/kvm.ps1 b/kvm.ps1
index c38bfa7c76..9d38c21969 100644
--- a/kvm.ps1
+++ b/kvm.ps1
@@ -38,7 +38,7 @@ function String-IsEmptyOrWhitespace([string]$str) {
if (!$feed)
{
- $feed = "https://www.myget.org/F/aspnetmaster/api/v2";
+ $feed = "https://www.nuget.org/api/v2";
}
$scriptPath = $myInvocation.MyCommand.Definition
diff --git a/kvm.sh b/kvm.sh
index 8bea06f986..c34a87bc2c 100644
--- a/kvm.sh
+++ b/kvm.sh
@@ -15,7 +15,7 @@ fi
KRE_USER_PACKAGES="$KRE_USER_HOME/packages"
if [ -z "$KRE_FEED" ]; then
- KRE_FEED="https://www.myget.org/F/aspnetmaster/api/v2"
+ KRE_FEED="https://www.nuget.org/api/v2"
fi
_kvm_find_latest() {