Skip to content

Commit

Permalink
xSQLServer: Quick fix for breaking changes in Pester (dsccommunity#813)
Browse files Browse the repository at this point in the history
- Changes to xSQLServer
  - Changed so the maximum version to be installed is 4.0.6.0. Quick fix until we
    can resolve the unit tests (see issue dsccommunity#807).
  • Loading branch information
johlju authored Sep 14, 2017
1 parent 5c6745b commit 97af610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
can be renamed back by the integration tests xSQLServerSetup so that the
integration tests can run successfully.
([issue #774](https://github.com/PowerShell/xFailOverCluster/issues/774)).
- Changed so the maximum version to be installed is 4.0.6.0. Quick fix until we
can resolve the unit tests (see issue #807).
- Changes to xSQLServerHelper
- Changes to Connect-SQL and Import-SQLPSModule
- Now it correctly loads the correct assemblies when SqlServer module is
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: Write-Verbose -Message "PowerShell version $($PSVersionTable.PSVersion)" -Verbose
- ps: Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1"
- ps: Invoke-AppveyorInstallTask
- ps: Invoke-AppveyorInstallTask -PesterMaximumVersion '4.0.6.0'

#---------------------------------#
# build configuration #
Expand Down

0 comments on commit 97af610

Please sign in to comment.