Skip to content

Commit

Permalink
Merge pull request #115 from pauby/fix-build
Browse files Browse the repository at this point in the history
(GH-114) Fix build
  • Loading branch information
ferventcoder authored Nov 8, 2018
2 parents c11c652 + 52ab1b4 commit 18c79b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AppVeyor/AppVeyorInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Write-Host 'Running AppVeyor install script' -ForegroundColor Yellow
#---------------------------------#
# Install NuGet #
#---------------------------------#
Write-Host 'Installing NuGet PackageProvide'
Write-Host 'Installing NuGet PackageProvider'
$pkg = Install-PackageProvider -Name NuGet -Force -ErrorAction Stop
Write-Host "Installed NuGet version '$($pkg.version)'"

Expand All @@ -30,7 +30,8 @@ Write-Host "Installed NuGet version '$($pkg.version)'"
#---------------------------------#
[version]$ScriptAnalyzerVersion = '1.8.1'
Install-Module -Name 'PSScriptAnalyzer' -Repository PSGallery -Force -ErrorAction Stop -MaximumVersion $ScriptAnalyzerVersion
Install-Module -Name 'Pester','xDSCResourceDesigner' -Repository PSGallery -Force -ErrorAction Stop
Install-Module -Name 'Pester' -SkipPublisherCheck -Repository PSGallery -Force -ErrorAction Stop
Install-Module -Name 'xDSCResourceDesigner' -Repository PSGallery -Force -ErrorAction Stop

#---------------------------------#
# Update PSModulePath #
Expand Down

0 comments on commit 18c79b1

Please sign in to comment.