We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bdce0 commit 38daf76Copy full SHA for 38daf76
build.fsx
@@ -215,7 +215,7 @@ let createNugetPackages _ =
215
//Remove workingDir/src/obj and workingDir/src/bin
216
removeDir (nugetSrcDir @@ "obj")
217
removeDir (nugetSrcDir @@ "bin")
218
- removeDir libDir
+
219
// Create both normal nuget package and symbols nuget package.
220
// Uses the files we copied to workingDir and outputs to nugetdir
221
pack nugetDir NugetSymbolPackage.Nuspec
0 commit comments