Skip to content

Commit

Permalink
Changes to SqlServerDsc
Browse files Browse the repository at this point in the history
- Reverting the change that was made as part of the issue dsccommunity#1260
  in the previous release, as it only mitigated the issue, it did not
  solve the issue.
  • Loading branch information
johlju committed Jan 11, 2019
1 parent c78a95c commit 5586f01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
- Reverting the change that was made as part of the
[issue #1260](https://github.com/PowerShell/SqlServerDsc/issues/1260)
in the previous release, as it only mitigated the issue, it did not
solve the issue.

## 12.2.0.0

- Changes to SqlServerDsc
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ 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 5586f01

Please sign in to comment.