Skip to content

Commit

Permalink
Small improvement to publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeReV committed Jan 25, 2020
1 parent eef42c4 commit 8350e6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ rd "bin/Release" /S /Q

dotnet publish -r win10-x64 -c Release

pushd bin/Release

del /Q /F /S "*.pdb"

popd

popd

0 comments on commit 8350e6d

Please sign in to comment.