We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdb17e commit 9e501acCopy full SHA for 9e501ac
build.ps1
@@ -7,6 +7,7 @@ $BuildPSModule = @{
7
8
Push-Location -Path $PSScriptRoot
9
Import-Module -Name "$PSScriptRoot/src/$($BuildPSModule['Name']).psm1" -Force
10
+Install-Module -Name Pester -SkipPublisherCheck -Force
11
Install-Module -Name PSModuleUtils -Force
12
if (!$env:GITHUB_ACTIONS) {
13
Invoke-PSModuleAnalyzer -Fix
0 commit comments