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

upload to nuget? #1

Open
DoubleCouponDay opened this issue Jan 4, 2019 · 2 comments
Open

upload to nuget? #1

DoubleCouponDay opened this issue Jan 4, 2019 · 2 comments

Comments

@DoubleCouponDay
Copy link

Any interest in uploading this to nuget?

@mrabus
Copy link

mrabus commented Oct 19, 2020

@jeffhollan Would be super helpful to put it in nuget. Are you interested?

@davidop
Copy link

davidop commented Feb 13, 2021

Add NuGet.config file in your solution with this content:`

<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="azure-appservice" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" protocolVersion="3" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> </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

3 participants