We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515c219 commit 3a1ede9Copy full SHA for 3a1ede9
buildpackage.ps1
@@ -8,4 +8,7 @@ $buildDate = (Get-Date).ToUniversalTime().ToString("yyyyMMddHHmmss")
8
$versionSuffix = ""
9
if ($pre.IsPresent) { $versionSuffix = "-pre$BuildDate" }
10
11
+Get-ChildItem -Path "nuget.package\runtimes" -Recurse -Filter *.pdb | ForEach-Object {
12
+ Remove-Item $_.FullName -Force
13
+}
14
.\nuget.exe Pack nuget.package\NativeBinaries.nuspec -Version $version$versionSuffix -NoPackageAnalysis
0 commit comments