We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f07956 commit bd63e0dCopy full SHA for bd63e0d
Build-Module.ps1
@@ -140,7 +140,7 @@ Write-Output ' Updating: Functions To Export'
140
$newValue = ((Get-ChildItem -Path "./Source/Public" -Filter '*.ps1').BaseName |
141
ForEach-Object -Process { Write-Output "'$_'" }) -join ','
142
143
-(Get-Content "./Source/VSTeam.psd1") -Replace ("FunctionsToExport.+", "FunctionsToExport = ($newValue)") | Set-Content "$output/VSTeam.psd1"
+(Get-Content "./Source/VSTeam.psd1") -Replace ("FunctionsToExport.+", "FunctionsToExport = ($newValue)") | Set-Content "$output/VSTeam.psd1" -Encoding utf8BOM
144
145
if (-not $skipLibBuild.IsPresent) {
146
Write-Output " Building: C# project ($configuration config)"
0 commit comments