Skip to content

Commit

Permalink
SqlServerDsc: Unit tests run in PowerShell 7
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed May 5, 2020
1 parent 83760fe commit 7a22e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
- Updated the CI pipeline to use latest version of the module ModuleBuilder.
- Changed to use the property `NuGetVersionV2` from GitVersion in the
CI pipeline.
- The unit tests now run on PowerShell 7 to optimize the total run time.
- SqlAlwaysOnService
- BREAKING CHANGE: The parameter `ServerName` is now non-mandatory and
defaults to `$env:COMPUTERNAME` ([issue #319](https://github.com/dsccommunity/SqlServerDsc/issues/319)).
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ stages:
inputs:
filePath: './build.ps1'
arguments: "-Tasks test -PesterScript 'tests/Unit'"
pwsh: false
pwsh: true
- task: PublishTestResults@2
displayName: 'Publish Test Results'
condition: succeededOrFailed()
Expand Down

0 comments on commit 7a22e7e

Please sign in to comment.