-
Notifications
You must be signed in to change notification settings - Fork 156
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
Delete Paket and FAKE #662
Conversation
@kurtschelfthout I don't have perms to kill the existing runs, which are just spinning due to me falling victim to one of the classic .NET blunders (failing to call |
Dear Lord I hate msbuild and NuGet. They're both so completely cursed. |
examples/FsCheck.XUnit.CSharpExamples/FsCheck.XUnit.CSharpExamples.csproj
Show resolved
Hide resolved
examples/FsCheck.XUnit.CSharpExamples/FsCheck.XUnit.CSharpExamples.csproj
Show resolved
Hide resolved
@kurtschelfthout Have at it; feel free to give it a go on a branch for releasing the docs! |
(Feel free to tell me to do anything better, by the way. After hours of fighting NuGet and the |
This is awesome. I had to fix a few things when releasing the docs, but that's fine. I managed to release the docs which is great. I'm going to test the nuget pack tomorrow, it's getting late here. |
Pack looking great. I'm going to merge this, fix up on master what I've fixed up. Then I'll try an actual release of rc2, which will need a few additional fixes. This is awesome. Much appreciated. |
Cool - tag me if you need a hand with anything, I should be around for most of today. |
This is now ready for review (as of e20ce41). There are some known quirks, which I'm listing in #663 ; this PR is massive, so I propose fixing them in follow-up PRs instead.
Nupkg dependencies are the same
dotnet fsi build.fsx -t NugetPack
and then create NuGet.config:Verify deps in Rider:
Tested on macOS
git push
; GitHub release logic completely untestedgit push
due to my own restricted permsTested on Windows