fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

use SharpYaml from NuGet #69

Closed pchalamet closed 8 years ago

pchalamet commented 8 years ago

Use SharpYaml from NuGet instead of lib/

vasily-kirichenko commented 8 years ago

Merged. Having problems while releasing:

  1) System.Exception: Could not run "git clone -b gh-pages --single-branch https://github.com/fsprojects/FSharp.Configuration.git temp/gh-pages".
Error: Cloning into 'temp/gh-pages'...
fatal: unable to access 'https://github.com/fsprojects/FSharp.Configuration.git/': Failed connect to github.com:443; No error
   at Fake.Git.CommandHelper.runSimpleGitCommand@89-2.Invoke(String message) in C:\code\fake\src\app\FakeLib\Git\CommandHelper.fs:line 89
   at Fake.Git.CommandHelper.runSimpleGitCommand(String repositoryDir, String command) in C:\code\fake\src\app\FakeLib\Git\CommandHelper.fs:line 89
   at Fake.Git.Repository.cloneSingleBranch(String workingDir, String repoUrl, String branchName, String toPath) in C:\code\fake\src\app\FakeLib\Git\Repository.fs:line 25
   at FSI_0001.Build.clo@208-20.Invoke(Unit _arg10) in D:\github\FSharp.Configuration\build.fsx:line 210
   at Fake.TargetHelper.runTarget@329(String targetName) in C:\code\fake\src\app\FakeLib\TargetHelper.fs:line 343

will try at home later today.

vasily-kirichenko commented 8 years ago

Done.