mirror of
https://github.com/Radarr/Radarr
synced 2025-02-12 17:45:13 +00:00
Nuget PackageSources will look at nzbdrone server
This commit is contained in:
parent
f94eda3c20
commit
52da177c56
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<PackageOutputDir Condition="$(PackageOutputDir) == ''">$(TargetDir.Trim('\\'))</PackageOutputDir>
|
||||
|
||||
<!-- Package sources used to restore packages. By default will used the registered sources under %APPDATA%\NuGet\NuGet.Config -->
|
||||
<PackageSources>""</PackageSources>
|
||||
<PackageSources>"http://build.nzbdrone.com/guestAuth/app/nuget/v1/FeedService.svc";"https://nuget.org/api/v2/"</PackageSources>
|
||||
|
||||
<!-- Enable the restore command to run before builds -->
|
||||
<RestorePackages Condition="$(RestorePackages) == ''">false</RestorePackages>
|
||||
|
|
Loading…
Reference in a new issue