-
Notifications
You must be signed in to change notification settings - Fork 78
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 publishing of nuget packages built on master to CI. #142
Add publishing of nuget packages built on master to CI. #142
Conversation
README.md
Outdated
@@ -12,6 +12,8 @@ Mono | .NET | |||
---- | ---- | |||
[![Mono CI Build Status](https://img.shields.io/travis/fsprojects/FSharpx.Collections/master.svg)](https://travis-ci.org/fsprojects/FSharpx.Collections) | [![.NET CI Build Status](https://img.shields.io/appveyor/ci/fsgit/FSharpx-Collections/master.svg)](https://ci.appveyor.com/project/fsgit/fsharpx-collections) | |||
|
|||
Pre-release nuget packages automatically built from master branch are published to AppVeyor project NuGet feed and avaiable under https://ci.appveyor.com/nuget/fsharpx-collections |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sergey-tihon Could you change the address in the AppVeyor settings to https://ci.appveyor.com/nuget/fsharpx-collections?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fsgit can you help?
@@ -27,6 +27,8 @@ nuget Fake.Tools.Git | |||
nuget Fake.DotNet.MSBuild | |||
nuget Fake.Core.ReleaseNotes | |||
nuget Fake.DotNet.AssemblyInfoFile | |||
nuget Fake.DotNet.Paket | |||
nuget Fake.DotNet.Paket 5.16.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workaround for fsprojects/FAKE#2390
../../bin/FSharpx.Collections.Experimental/net45/FSharpx.Collections.Experimental.dll ==> lib/net45 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previous solution included FSharp.Core in the net45 package. Approach from https://github.com/mbraceproject/FsPickler/blob/master/src/FsPickler/paket.template#L42-L47
@jackfoxy could you take a look? |
No description provided.