Skip to content

Commit

Permalink
Add Select-Ast to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMarquette committed Feb 26, 2018
1 parent f85995c commit 7b1803a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -11,7 +11,7 @@ Write-Output "Starting build"
# Grab nuget bits, install modules, set build variables, start build.
Write-Output " Install Dependent Modules"
Get-PackageProvider -Name NuGet -ForceBootstrap | Out-Null
Install-Module InvokeBuild, PSDeploy, BuildHelpers, PSScriptAnalyzer, PSGraph, PlatyPS -force -Scope CurrentUser
Install-Module InvokeBuild, PSDeploy, BuildHelpers, PSScriptAnalyzer, PSGraph, PlatyPS, Select-Ast -force -Scope CurrentUser
Install-Module Pester -Force -SkipPublisherCheck -Scope CurrentUser

Write-Output " Import Dependent Modules"
Expand Down

0 comments on commit 7b1803a

Please sign in to comment.