Skip to content

Commit

Permalink
Remove nant from unzip script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Dec 11, 2014
1 parent 653911e commit 7707b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unzip.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FOR %%A IN (exe gui msbuild nant powershell) DO (powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('.\deploy\Pickles-%%A-%1.zip', '.\deploy\pickles-%1\%%A'); }")
FOR %%A IN (exe gui msbuild powershell) DO (powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory('.\deploy\Pickles-%%A-%1.zip', '.\deploy\pickles-%1\%%A'); }")

0 comments on commit 7707b9d

Please sign in to comment.