From 9b6c5da1244f925d33291fafddc1dbfab2cb9628 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Tue, 5 Jul 2016 15:57:53 -0700 Subject: [PATCH 1/3] Removing os specification and chocolately from appveyor.yml. --- appveyor.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4b977c2..22fe6aa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,13 +2,12 @@ # environment configuration # #---------------------------------# version: 1.1.{build}.0 -install: - - cinst -y pester - - git clone https://github.com/PowerShell/DscResource.Tests - - ps: Push-Location - - cd DscResource.Tests - - ps: Import-Module .\TestHelper.psm1 -force - - ps: Pop-Location +install: + - git clone https://github.com/PowerShell/DscResource.Tests + - ps: | + Import-Module -Name .\DscResource.Tests\TestHelper.psm1 -Force + Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force + Install-Module -Name Pester -Repository PSGallery -Force #---------------------------------# # build configuration # From 858bce2ff606656254ded5080e0b5effc6bb38cc Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Tue, 5 Jul 2016 15:58:27 -0700 Subject: [PATCH 2/3] Updating README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1b97bd..22248c2 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Defaults to false. ## Versions ### Unreleased +* Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey. +* Updated appveyor.yml to use the default image. ### 1.1.0.0 From 9aea2bec8dd06f371a62446df5c56484238c591d Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Tue, 5 Jul 2016 16:31:27 -0700 Subject: [PATCH 3/3] Removing extra note from README. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 22248c2..61ba94a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/wi5i60tojfd7056b/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xbitlocker/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/wi5i60tojfd7056b/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xbitlocker/branch/master) # xBitlocker The **xBitlocker** module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC Resources produced by the PowerShell Team. @@ -102,7 +102,6 @@ Defaults to false. ### Unreleased * Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey. -* Updated appveyor.yml to use the default image. ### 1.1.0.0