fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
516 stars 153 forks source link

Internal knowledge about release steps required. #199

Closed gsvgit closed 9 years ago

gsvgit commented 9 years ago

Hi

Does any information about Scaffold working process exist? I have a problem with release and seems that I do not understand all steps of Scaffold. For example, I have the next error:

Finished Target: ReleaseDocs
Starting Target: NuGet (==> All)
C:\gsv\projects\YC\YC.PrettyPrinter\.paket\paket.exe pack output bin version  0.0.1-beta releaseNotes  "Initial release"
Paket failed with:
        Could not find a part of the path 'C:\gsv\projects\YC\YC.PrettyPrinter\temp\gh-pages\src\YC.PrettyPrinter\bin\Release\YC.PrettyPrinter.dll'.
Running build failed.

Whether packaging really should be performed on gh-pages branch? (why binaries should be in temp\gh-pages\src\ ?) If so, then compilation step is missed. If no, then switching back to master does not perform correctly.

gsvgit commented 9 years ago

Seems that I have problems because my gh-pages branch is not clear. It was branched from master and contains src folder. So, packet.template also exists here and Packed try to process it while process all subfolders recursively. May be short note about gh-pages branch should by included to Scaffold getting started manual? Just to remind user of necessity to clean directories in gh-pages.

forki commented 9 years ago

Yes. Or even better: try to automate things in the init script

gsvgit commented 9 years ago

Issue #201 created. Seems, that this issue can be closed.