Skip to content

Commit

Permalink
fixing pack-push .bat to use DOS del instead of rm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed May 25, 2012
1 parent 2bf9c6b commit 6ad8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pack-push.bat
Expand Up @@ -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
)

0 comments on commit 6ad8ee1

Please sign in to comment.