diff --git a/NuGet/dotnet-pack.bat b/NuGet/dotnet-pack.bat index 0d1443886c..8ac5e17967 100644 --- a/NuGet/dotnet-pack.bat +++ b/NuGet/dotnet-pack.bat @@ -1,3 +1,7 @@ +cd .. +call clean.bat +cd NuGet + del *.nupkg del *.snupkg diff --git a/clean.bat b/clean.bat index 02cfaa5e10..06b042e71c 100644 --- a/clean.bat +++ b/clean.bat @@ -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 \ No newline at end of file +ECHO.BIN and OBJ folders have been successfully deleted. Press any key to exit. \ No newline at end of file