Skip to content

Commit 38daf76

Browse files
committed
More fixes
1 parent 58bdce0 commit 38daf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ let createNugetPackages _ =
215215
//Remove workingDir/src/obj and workingDir/src/bin
216216
removeDir (nugetSrcDir @@ "obj")
217217
removeDir (nugetSrcDir @@ "bin")
218-
removeDir libDir
218+
219219
// Create both normal nuget package and symbols nuget package.
220220
// Uses the files we copied to workingDir and outputs to nugetdir
221221
pack nugetDir NugetSymbolPackage.Nuspec

0 commit comments

Comments
 (0)