Skip to content

Commit a977f43

Browse files
committed
fix: Exclude web PDB from packaging to pass NuGet Gallery symbols validation
1 parent dbccc3e commit a977f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/System.Device.Gpio/System.Device.Gpio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<Target Name="IncludePublishedWebServerFiles" DependsOnTargets="PublishWebServer">
3333
<ItemGroup>
34-
<TfmSpecificPackageFile Include="../DevDecoder.GpioSimulator.Web/bin/$(Configuration)/net8.0/publish/**/*.*">
34+
<TfmSpecificPackageFile Include="../DevDecoder.GpioSimulator.Web/bin/$(Configuration)/net8.0/publish/**/*.*" Exclude="../DevDecoder.GpioSimulator.Web/bin/$(Configuration)/net8.0/publish/**/*.pdb">
3535
<PackagePath>contentFiles/any/any/simulator/%(RecursiveDir)%(Filename)%(Extension)</PackagePath>
3636
<PackageCopyToOutput>true</PackageCopyToOutput>
3737
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)