Silencing the noise

This commit is contained in:
Samuel Vasko
2014-04-10 14:42:20 +02:00
parent d5d8b0944b
commit 46f6f677dc
3 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ $targets = @{
Delete-Existing "..\Version*"
$version = Invoke-Expression "git describe --abbrev=0 --tags"
New-Item -ItemType file "$cmderRoot\Version $version"
(New-Item -ItemType file "$cmderRoot\Version $version") | Out-Null
foreach ($t in $targets.GetEnumerator()) {
Create-Archive $cmderRoot "$saveTo\$($t.Name)" $t.Value