From 8d17f0ba0ddf735e08e5439583fbba211afc76b0 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 12 Aug 2019 13:55:14 +0200 Subject: [PATCH] Revert appveyor.yml --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 439581bc2..377e50c9d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,9 +21,6 @@ install: Write-Verbose -Message "PowerShell version $($PSVersionTable.PSVersion)" -Verbose Import-Module -Name "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1" Invoke-AppveyorInstallTask - #Add-WindowsFeature AD-Domain-Services - #Add-WindowsFeature RSAT-AD-PowerShell - #$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) #---------------------------------# # build configuration #