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 244f27e commit 1229db6Copy full SHA for 1229db6
Commands/Export-PipeScript.ps1
@@ -59,7 +59,7 @@ function Export-Pipescript {
59
$alreadyBuilt[$buildFileTemplate.Source] = $true
60
}
61
62
- $EventsFromThisBuild = Get-Event |
+ $EventsFromThisBuild = Get-Event |
63
Where-Object TimeGenerated -gt $ThisBuildStartedAt |
64
Where-Object SourceIdentifier -Like '*PipeScript*'
65
@@ -73,7 +73,6 @@ function Export-Pipescript {
73
$alreadyBuilt[$buildFile.Source] = $true
74
75
76
-
77
$BuildTime = [DateTime]::Now - $buildStarted
78
Write-Progress "Building PipeScripts [$FilesToBuildCount / $filesToBuildTotal]" "Finished In $($BuildTime) " -Completed -id $filesToBuildID
79
0 commit comments