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 publishing of nuget packages built on master to CI. #142

Conversation

gdziadkiewicz
Copy link
Collaborator

No description provided.

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
Copy link
Collaborator Author

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?

Screen from my AppVeyor settings for easier navigation:
image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fsgit can you help?

appveyor.yml Outdated Show resolved Hide resolved
@@ -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
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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

@gdziadkiewicz gdziadkiewicz marked this pull request as ready for review October 16, 2019 10:44
@gdziadkiewicz
Copy link
Collaborator Author

@jackfoxy could you take a look?

@jackfoxy jackfoxy merged commit 1b65aec into fsprojects:master Oct 20, 2019
@gdziadkiewicz gdziadkiewicz deleted the feature/Add_publishing_of_nuget_packages_built_on_master_to_appveyor branch October 20, 2019 09:03
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

Successfully merging this pull request may close these issues.

2 participants