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

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpranavkm <prkrishn@hotmail.com>2012-05-01 05:31:51 +0400
committerpranavkm <prkrishn@hotmail.com>2012-05-01 05:31:51 +0400
commitf811bef75eed6b8699c73b294b3e0484aa57bb92 (patch)
treece6b73ef9f0e7fbce5467c809e6cfe6312832e7c /tools
parent88d53ce27e97b7569cb2190302e8d6585dfe6775 (diff)
Updating package feed urls
Diffstat (limited to 'tools')
-rw-r--r--tools/WebStack.NuGet.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/WebStack.NuGet.targets b/tools/WebStack.NuGet.targets
index 5fd10c03..d7f0ef7d 100644
--- a/tools/WebStack.NuGet.targets
+++ b/tools/WebStack.NuGet.targets
@@ -27,11 +27,11 @@
<PackagesConfig>$([System.IO.Path]::Combine($(ProjectDir), "packages.config"))</PackagesConfig>
<PackagesDir>$([System.IO.Path]::Combine($(SolutionDir), "packages"))</PackagesDir>
<PackageOutputDir Condition="'$(PackageOutputDir)' == ''">$(TargetDir.Trim('\\'))</PackageOutputDir>
- <PreReleasePackagesUrl Condition="'$(PreReleasePackagesUrl)' == ''">http://www.myget.org/F/f05dce941ae4485090b04586209c8b08/</PreReleasePackagesUrl>
+ <PreReleasePackagesUrl Condition="'$(PreReleasePackagesUrl)' == ''">https://www.myget.org/F/f05dce941ae4485090b04586209c8b08/</PreReleasePackagesUrl>
<CompactMessage Condition=" '$(CompactMessage)' == '' ">true</CompactMessage>
<!-- Package sources used to restore packages. By default will used the registered sources under %APPDATA%\NuGet\NuGet.Config -->
- <PackageSources>"https://go.microsoft.com/fwlink/?LinkID=230477;$(PreReleasePackagesUrl)"</PackageSources>
+ <PackageSources>"https://nuget.org/api/v2/;$(PreReleasePackagesUrl)"</PackageSources>
<!-- Enable the restore command to run before builds -->
<RestorePackages Condition="$(RestorePackages) == ''">false</RestorePackages>