Skip to content

Commit

Permalink
Fix pipeline (#704)
Browse files Browse the repository at this point in the history
- Move test pipeline to Windows PowerShell. The hosted agent was updated
  to PowerShell 7.4.1. That broke the ASKDSKey unit tests that has a helper
  function (`Copy-ArrayObjects`) that serializes objects.
  • Loading branch information
johlju authored Feb 9, 2024
1 parent b89e4f0 commit cb66232
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

## [Unreleased]

### Fixed

- Move test pipeline to Windows PowerShell. The hosted agent was updated
to PowerShell 7.4.1. That broke the ASKDSKey unit tests that has a helper
function (`Copy-ArrayObjects`) that serializes objects.

## [6.3.0] - 2023-08-24

### Removed
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stages:
inputs:
filePath: './build.ps1'
arguments: "-Tasks test -PesterScript 'tests/Unit'"
pwsh: true
pwsh: false
- task: PublishTestResults@2
displayName: 'Publish Test Results'
condition: succeededOrFailed()
Expand Down

0 comments on commit cb66232

Please sign in to comment.