Skip to content

Commit

Permalink
release.batの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takmg committed Jul 10, 2020
1 parent e11d59b commit 88a5121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@echo off

REM Release.batのディレクトリに移動
pushd %~dp0

Expand All @@ -20,6 +22,7 @@ xcopy /Y /e /R StaticPagesDownloader\bin\Release\netcoreapp3.1\publish static-pa
xcopy /Y /e /R StaticPagesDownloader\bin\Release\netcoreapp3.1\publish\Script static-pages-downloader\Script

REM 不必要なファイルを削除する
del /F /Q static-pages-downloader\exe\settings.yml
del /F /Q static-pages-downloader\exe\*.dev.json
del /F /Q static-pages-downloader\exe\*.exe
del /F /Q /s static-pages-downloader\exe\Script
Expand Down

0 comments on commit 88a5121

Please sign in to comment.