FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Updating .ezout.ps1 (re #145) · StartAutomating/PipeScript@696beae · GitHub

Commit 696beae

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL