From 6ad8ee1617450552fd523ef992de012b7b7e9396 Mon Sep 17 00:00:00 2001 From: Alex Ullrich Date: Thu, 24 May 2012 21:52:30 -0300 Subject: [PATCH] fixing pack-push .bat to use DOS del instead of rm --- tools/pack-push.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pack-push.bat b/tools/pack-push.bat index 9d72770..bb8a450 100644 --- a/tools/pack-push.bat +++ b/tools/pack-push.bat @@ -3,5 +3,5 @@ nuget pack ..\releases\squishit.nuspec nuget pack ..\releases\squishit.mvc.nuspec for %%p in (*.nupkg) do ( nuget push %%p - rm %%p + del %%p ) \ No newline at end of file