Skip to content

Commit

Permalink
feat: publish script for archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Rast1234 committed Jan 20, 2025
1 parent aa78168 commit 12c45b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,5 @@ Config.nanodata
packages/
riderModule.iml
_ReSharper.Caches/
RFGM.Archiver/test/
RFGM.Archiver/test/
_publish
4 changes: 4 additions & 0 deletions RFGM.Archiver/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# /bin/bash -ex
rm -rf _publish
dotnet clean
dotnet publish -o _publish

0 comments on commit 12c45b3

Please sign in to comment.