PowerShell / ThreadJob

MIT License
24 stars 11 forks source link

Release should not include pdb file #28

Closed kilasuit closed 1 year ago

kilasuit commented 1 year ago

Prerequisites

Steps to reproduce

As per this comment in an ongoing PowerShell PR we should look not to push the pdb file as part of the end release to the PowerShell Gallery

Expected behavior

No pdb file in final PowerShell Gallery Package

Actual behavior

pdb file included in final PowerShell Gallery Package

Error details

Environment data

Name                           Value
----                           -----
PSVersion                      7.4.0-preview.3
PSEdition                      Core
GitCommitId                    7.4.0-preview.3
OS                             Microsoft Windows 10.0.25381
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

2.1.0

Visuals

No response

kilasuit commented 1 year ago

Should be fixed by #29