Skip to content

Commit

Permalink
workaround #1924
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed May 12, 2018
1 parent b19fbed commit 3f1ce43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,8 @@ Target.create "BuildArtifacts" (fun args ->
publish chocoReq

let buildCache = "temp/build-cache.zip"
!! (".fake" </> "build.fsx" </> "*.*")
!! (".fake" </> "build.fsx" </> "*.dll")
++ (".fake" </> "build.fsx" </> "*.pdb")
++ "build.fsx"
++ "paket.dependencies"
++ "paket.lock"
Expand Down

0 comments on commit 3f1ce43

Please sign in to comment.