Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4: Repository shouldnt link to local nuget server #242

Open
bielu opened this issue Sep 30, 2020 · 0 comments
Open

v4: Repository shouldnt link to local nuget server #242

bielu opened this issue Sep 30, 2020 · 0 comments

Comments

@bielu
Copy link
Contributor

bielu commented Sep 30, 2020

Hi @zpqrtbnk,
One of my coworkers remind about issue which I had when work with this repo.
We shouldn't include any depedency on not publicly available nuget feeds:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="UmbracoCoreMyGet" value="https://www.myget.org/F/umbracocore/api/v3/index.json" />
    <add key="nuget.local" value="http://nuget.local/nuget/" />
  </packageSources>
</configuration>

should be:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="UmbracoCoreMyGet" value="https://www.myget.org/F/umbracocore/api/v3/index.json" />
  </packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant