We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b96d6d commit 32ea855Copy full SHA for 32ea855
1 file changed
Source/Public/Build-Module.ps1
@@ -181,6 +181,10 @@ function Build-Module {
181
Where-Object LastWriteTime -gt $NewestBuild |
182
Select-Object -First 1 -ExpandProperty LastWriteTime
183
if ($null -eq $IsNew) {
184
+ # This is mostly for testing ...
185
+ if ($Passthru) {
186
+ Get-Module $OutputManifest -ListAvailable
187
+ }
188
return # Skip the build
189
}
190
0 commit comments