PowerShellOrg / StackExchangeResources

DSC Resources from Stack Exchange
MIT License
13 stars 8 forks source link

Updated Pagefile Resource to fix test/set when passed a size not divi… #10

Closed bushe closed 8 years ago

bushe commented 8 years ago

Updated Pagefile Resource to fix test/set when passed a size not divisible by 1MB

bushe commented 8 years ago

This failed on "install-module pester", what should my next steps be?

dlwyatt commented 8 years ago

You've installed the OneGet module, but not PowerShellGet. From what I've seen, most people just use Chocolatey to install Pester in an appveyor build, since their build agents have Chocolatey installed already. For example: https://github.com/RamblingCookieMonster/Wait-Path/blob/master/appveyor.yml

dlwyatt commented 8 years ago

Ah, I had assumed that you changed something in the yaml file that caused the failure. Maybe it's the oneget.zip file that has changed over time; if it used to contain PowerShellGet as part of the same distribution back in the previews, that would explain the current state.

I'll sort it out. :)

dlwyatt commented 8 years ago

I've updated the yaml file in the master branch, but you may need to push another commit to this PR (or rebase it or whatever) in order to trigger a new build.

bushe commented 8 years ago

Closing to retry for the updated build checks