Skip to content

Commit 696beae

Browse files
author
James Brundage
committed
Updating .ezout.ps1 (re #145)
1 parent 88b837d commit 696beae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PipeScript.ezout.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $destinationRoot = $myRoot
1919
if ($formatting) {
2020
$myFormatFile = Join-Path $destinationRoot "$myModuleName.format.ps1xml"
2121
$formatting | Out-FormatData -Module $MyModuleName | Set-Content $myFormatFile -Encoding UTF8
22+
Get-Item $myFormatFile
2223
}
2324

2425
$types = @(
@@ -33,5 +34,6 @@ $types = @(
3334
if ($types) {
3435
$myTypesFile = Join-Path $destinationRoot "$myModuleName.types.ps1xml"
3536
$types | Out-TypeData | Set-Content $myTypesFile -Encoding UTF8
37+
Get-Item $myTypesFile
3638
}
3739
Pop-Location

0 commit comments

Comments
 (0)