Skip to content

Commit

Permalink
Add RoboSharp.pdb with Git LFS
Browse files Browse the repository at this point in the history
- This file is also required for a successful build.
- Commands to use Git LFS, executed in PowerShell:

```ps
git lfs track "*.pdb"
git add -u -f .\Binaries\RoboSharp.pdb .gitattributes
```
  • Loading branch information
Michael Mell committed Aug 7, 2024
1 parent 0d3fe5e commit 81fc50a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.dll filter=lfs diff=lfs merge=lfs -text
*.pdb filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions Binaries/RoboSharp.pdb
Git LFS file not shown

0 comments on commit 81fc50a

Please sign in to comment.