Closed hyzx86 closed 3 years ago
You shouldn't have had to change anything, as the nuget package sources are defined in nuget.config, e.g.:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="MyGet Transformalize" value="https://www.myget.org/F/transformalize/api/v3/index.json" />
</packageSources>
<disabledPackageSources />
</configuration>
I would expect that when you "build" the solution it would try to restore the packages. I'm not sure what's wrong :-(
I think it may be the network problem of GFW. Do you plan to release to NUGET.ORG in the near future?
---Original--- From: @.> Date: Tue, Jun 15, 2021 21:48 PM To: @.>; Cc: "Tony @.**@.>; Subject: Re: [dalenewman/OrchardCore.Transformalize] Package not found. (#22)
You shouldn't have had to change anything, as the nuget package sources are defined in nuget.config, e.g.: <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <clear /> <add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <add key="MyGet Transformalize" value="https://www.myget.org/F/transformalize/api/v3/index.json" /> </packageSources> <disabledPackageSources /> </configuration>
I would expect that when you "build" the solution it would try to restore the packages. I'm not sure what's wrong :-(
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
It was indeed a network problem, which was solved by using a VPN, but it was not very convenient
It would be great if we could use a pre-release version and post it to nuget.org
Hi ,I have change the nuget url to :
https://www.myget.org/F/transformalize/api/v3/index.json
but the package still not found.Did I lost something?