Skip to content

Commit

Permalink
build with FAKE 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfoxy committed Jun 23, 2018
1 parent 65889ee commit 6c1db69
Show file tree
Hide file tree
Showing 166 changed files with 53,890 additions and 24,192 deletions.
2 changes: 2 additions & 0 deletions FSharpx.Collections.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{E8AA1CAD-BC7C-4788-B5EF-6C68225B1B5A}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
paket.references = paket.references
paket.lock = paket.lock
EndProjectSection
EndProject
Expand All @@ -29,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{DF9581
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.fsx = build.fsx
build.proj = build.proj
build.sh = build.sh
EndProjectSection
EndProject
Expand Down
9 changes: 2 additions & 7 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
@echo off
cls

.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)

set VisualStudioVersion=15.0
packages\FAKE\tools\FAKE.exe build.fsx %*
dotnet restore build.proj
dotnet fake build %*
Loading

0 comments on commit 6c1db69

Please sign in to comment.