Skip to content

Commit

Permalink
SqlServerDsc: Fixes integration test fail to install default instance (
Browse files Browse the repository at this point in the history
…#1262)

- Changes to SqlServerDsc
   - During testing in AppVeyor the Build Worker is restarted in the install
     step to make sure the are no residual changes left from a previous SQL
     Server install on the Build Worker done by the AppVeyor Team (issue #1260).
  • Loading branch information
johlju authored Dec 31, 2018
1 parent 457082c commit e57f994
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

- Changes to SqlServerDsc
- During testing in AppVeyor the Build Worker is restarted in the install
step to make sure the are no residual changes left from a previous SQL
Server install on the Build Worker done by the AppVeyor Team
([issue #1260](https://github.com/PowerShell/SqlServerDsc/issues/1260)).

## 12.1.0.0

- Changes to SqlServerDsc
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ version: 9.0.{build}.0
image: Visual Studio 2017
install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: Start-Sleep -Seconds 5
- ps: Restart-Computer -Force
- ps: Start-Sleep -Seconds 5
- ps: Write-Verbose -Message "PowerShell version $($PSVersionTable.PSVersion)" -Verbose
- ps: Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1"
- ps: Invoke-AppveyorInstallTask
Expand Down

0 comments on commit e57f994

Please sign in to comment.