Skip to content

Commit

Permalink
Remove pdbs from Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Sep 8, 2015
1 parent bd793ea commit 47dd701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ Target "Zip" (fun _ ->
let comment = sprintf "%s v%s" project release.NugetVersion
let files =
!! (appBinDir </> "*.dll")
++ (appBinDir </> "*.pdb")
++ (appBinDir </> "*.config")
++ (appBinDir </> "*.exe")
ZipHelper.CreateZip appBinDir zipPath comment 7 false files
Expand Down

0 comments on commit 47dd701

Please sign in to comment.