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

Add .net waffle to nuget.org #267

Closed
dzmitry-lahoda opened this issue Oct 19, 2015 · 5 comments
Closed

Add .net waffle to nuget.org #267

dzmitry-lahoda opened this issue Oct 19, 2015 · 5 comments
Labels

Comments

@dzmitry-lahoda
Copy link

Lib seems convenient. If on nuget I can just get it and script NAS from F# under some user credentials.

@dblock dblock added the chore label Oct 19, 2015
@simon-p-r
Copy link
Contributor

Will you accept a PR for this?

@hazendaz
Copy link
Member

hazendaz commented Feb 27, 2017 via email

@dblock
Copy link
Collaborator

dblock commented Mar 11, 2017

Related #510

@hazendaz
Copy link
Member

hazendaz commented Apr 2, 2017

Released to nuget but not completely done to close this task...

In nuget, this is the package for install...

Install-Package Waffle.AD

Still need some documentation of the process.

Here is how it was uploaded using our current project as it includes nuget from the root using powershell.

./nuget.exe push Waffle.AD.1.8.3.nupkg ${apikeyhere} -Source https://www.nuget.org/api/v2/package

Here is how it is packed for uploading...

./nuget.exe pack Waffle.nuspec

This creates Waffle.AD.1.8.3.nupkg in the root.

I'd like to get that out of the root and into a folder that is already ignored but for time being added it to gitignore.

To test downloading this, add it to the 'bootstrap.cmd'

NuGet.exe install Waffle.AD -OutputDirectory .nuget\packages\ -NonInteractive -Version 1.8.3

Probably need some help with a project using nuget to make sure this is setup properly. This otherwise seems like the right path.

@hazendaz
Copy link
Member

Closing task will open a new one for documentation needs.

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

No branches or pull requests

4 participants