From 5586f0179bab9697d44a8af850cd64260075f7e1 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Fri, 11 Jan 2019 15:07:15 +0100 Subject: [PATCH] Changes to SqlServerDsc - Reverting the change that was made as part of the issue #1260 in the previous release, as it only mitigated the issue, it did not solve the issue. --- CHANGELOG.md | 6 ++++++ appveyor.yml | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e62fe45a..c34760024c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index d6acc116a1..d890750f87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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