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

Update Readme with steps for using mobcat-library packages #12

Open
Sweekriti91 opened this issue Feb 6, 2020 · 1 comment
Open

Update Readme with steps for using mobcat-library packages #12

Sweekriti91 opened this issue Feb 6, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Sweekriti91
Copy link
Contributor

  • Update current readme with steps to use packages
  • Update readme build badges with new pipelines
@Sweekriti91 Sweekriti91 added the documentation Improvements or additions to documentation label Feb 6, 2020
@Sweekriti91 Sweekriti91 self-assigned this Feb 6, 2020
@alexeystrakh
Copy link
Contributor

We can add pre-configuted nuget source file leaving the secrets away:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <clear />
        <add key="github" value="https://nuget.pkg.github.com/xamcat/index.json" />
    </packageSources>
    <packageSourceCredentials>
        <github>
            <add key="Username" value="<YOU_USERNAME>" />
            <add key="ClearTextPassword" value="<YOU_ACCESS_TOKEN" />
        </github>
    </packageSourceCredentials>
</configuration>

But like Sweeky noticed, this is all in GitHub docs and this is one of 3 approaches to connect nuget source so probably make sense just to add a link on how to configure sources and not to add such a file into the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants