Skip to content

Commit fda8758

Browse files
author
Github Actions
committed
Update PSBuild module to include new utility functions: Get-GitLineEnding, Set-GitIdentity, Write-InformationStream, and Invoke-ExpressionWithLogging. Removed version number from the header for cleaner documentation.
1 parent cf9f037 commit fda8758

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

scripts/PSBuild.psm1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# PSBuild Module for .NET CI/CD
2-
# Version: 1.0.0
32
# Author: ktsu.dev
43
# License: MIT
54
#
@@ -1935,7 +1934,11 @@ Export-ModuleMember -Function Invoke-NuGetPublish,
19351934
# Utility functions
19361935
Export-ModuleMember -Function Assert-LastExitCode,
19371936
Write-StepHeader,
1938-
Test-AnyFiles
1937+
Test-AnyFiles,
1938+
Get-GitLineEnding,
1939+
Set-GitIdentity,
1940+
Write-InformationStream,
1941+
Invoke-ExpressionWithLogging
19391942

19401943
# High-level workflow functions
19411944
Export-ModuleMember -Function Invoke-BuildWorkflow,

0 commit comments

Comments
 (0)