mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
In pwsh the bare '-xr!*.pdb' 7z argument is split into two tokens, '-xr!*' (which excludes everything) and a bogus '.pdb' source, so the Release binaries zip added 0 files and the step failed. Quote the exclusion so it reaches 7z as one token, and pin the job's run shell to pwsh via defaults so no step silently inherits a different default shell. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
1 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue