File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Authentication/Authentication Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ if ($LastExitCode -ne 0) {
8080
8181# Ensure out directory exists and is clean.
8282Remove-Item - Path $outDir - Recurse - ErrorAction Ignore
83- New-Item - Path $outDir - ItemType Directory
84- New-Item - Path $outDeps - ItemType Directory
85- New-Item - Path $outCore - ItemType Directory
86- New-Item - Path $outDesktop - ItemType Directory
83+ New-Item - Path $outDir - ItemType Directory | out-null
84+ New-Item - Path $outDeps - ItemType Directory | out-null
85+ New-Item - Path $outCore - ItemType Directory | out-null
86+ New-Item - Path $outDesktop - ItemType Directory | out-null
8787
8888# Copy manifest.
8989Copy-Item - Path " $cmdletsSrc /$ModulePrefix .$ModuleName .format.ps1xml" - Destination $outDir
You can’t perform that action at this time.
0 commit comments