Skip to content

Commit

Permalink
Updated ConvertTo-UnicodeEscape.tests.ps1 encoding to UTF-16 LE
Browse files Browse the repository at this point in the history
Hoping this will fix failing tests on Windows 2016 / PS 5.1
  • Loading branch information
RobFaie committed Mar 29, 2020
1 parent 4d727c3 commit b8abd7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ stages:
Set-Location -Path '$(Pipeline.Workspace)'
Invoke-Pester -EnableExit -OutputFile "$(System.DefaultWorkingDirectory)/Test-Pester-Win2016.xml" -OutputFormat NUnitXML
displayName: Pester
continueOnError: true
- task: PublishTestResults@2
condition: always()
inputs:
testResultsFormat: 'NUnit'
testResultsFiles: 'Test-Pester-Win2016.xml'
Expand Down
Binary file modified tests/ConvertTo-UnicodeEscape.tests.ps1
Binary file not shown.

0 comments on commit b8abd7f

Please sign in to comment.