You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the "Convert-ADTDeployment" command to convert the file "Deploy-Application.ps1", which is encoded in UTF-8 with BOM, the output file "Invoke-AppDeployToolkit.ps1" is always generated with UTF-8 encoding, which causes accented characters to not be displayed correctly.
The converted file should have the same encoding as the file "Deploy-Application.ps1", which is UTF-8 with BOM
Prerequisites
PSAppDeployToolkit.Tools version
0.2.3
PSAppDeployToolkit version
4.0.6
Describe the bug
When I use the "Convert-ADTDeployment" command to convert the file "Deploy-Application.ps1", which is encoded in UTF-8 with BOM, the output file "Invoke-AppDeployToolkit.ps1" is always generated with UTF-8 encoding, which causes accented characters to not be displayed correctly.
The converted file should have the same encoding as the file "Deploy-Application.ps1", which is UTF-8 with BOM
Steps to reproduce
Environment data
The text was updated successfully, but these errors were encountered: