We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b837d commit 696beaeCopy full SHA for 696beae
PipeScript.ezout.ps1
@@ -19,6 +19,7 @@ $destinationRoot = $myRoot
19
if ($formatting) {
20
$myFormatFile = Join-Path $destinationRoot "$myModuleName.format.ps1xml"
21
$formatting | Out-FormatData -Module $MyModuleName | Set-Content $myFormatFile -Encoding UTF8
22
+ Get-Item $myFormatFile
23
}
24
25
$types = @(
@@ -33,5 +34,6 @@ $types = @(
33
34
if ($types) {
35
$myTypesFile = Join-Path $destinationRoot "$myModuleName.types.ps1xml"
36
$types | Out-TypeData | Set-Content $myTypesFile -Encoding UTF8
37
+ Get-Item $myTypesFile
38
39
Pop-Location
0 commit comments