Skip to content

Commit

Permalink
Clean solution before running dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Sep 22, 2021
1 parent 16ea088 commit 0dd0832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NuGet/dotnet-pack.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
cd ..
call clean.bat
cd NuGet

del *.nupkg
del *.snupkg

Expand Down
3 changes: 1 addition & 2 deletions clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ FOR /d /r . %%d in (bin,obj) DO (
)

ECHO.
ECHO.BIN and OBJ folders have been successfully deleted. Press any key to exit.
pause > nul
ECHO.BIN and OBJ folders have been successfully deleted. Press any key to exit.

0 comments on commit 0dd0832

Please sign in to comment.