supress some output

This commit is contained in:
Armin Schrenk
2023-09-27 11:13:52 +02:00
parent 29fedcd390
commit 15885545b5
+1 -1
View File
@@ -163,7 +163,7 @@ jobs:
& certutil -f -p $password -importpfx ".\certFile"
# create directory to extract every jar to
New-Item -Path $tmpDir -ItemType Directory
New-Item -Path $tmpDir -ItemType Directory > $null
# iterate over all jars
Get-ChildItem -Path $folder -Recurse -File *.jar | ForEach-Object {
$jar = Copy-Item $_ -Destination $tmpDir -PassThru