Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 607c9b0

Browse files
committed
!deploy v2.9.0 ready for release #61 #62
## 2.9.0 - 2019-09-08 * [Issue #61](#61) -- _Thanks, [@ScriptAutomate](https://github.com/ScriptAutomate)!_ * Updated Parameter help for all Resource Type and Property Type functions to include the Parameter descriptions. * [Issue #62](#62) -- _Thanks, [@ScriptAutomate](https://github.com/ScriptAutomate)!_ * Updated the CI build process to check all spec sheets for any Resource Types and Property Types that may be missing from `us-east-1`. * Miscellaneous * Brought Resource Type and Property Type functions up to current spec sheet.
1 parent 16d657c commit 607c9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ $pesterScriptBlock = {
242242

243243
task Pester -Depends Import $pesterScriptBlock -description 'Run Pester tests'
244244

245-
task PesterOnly -Depends Update $pesterScriptBlock -description 'Run Pester tests only (no Clean/Compile)'
245+
task PesterOnly -Depends Init $pesterScriptBlock -description 'Run Pester tests only (no Clean/Compile)'
246246

247247
task Analyze -Depends Pester {
248248
$analysis = Invoke-ScriptAnalyzer -Path "$PSScriptRoot\$($env:BHProjectName)" -Recurse -Verbose:$false

0 commit comments

Comments
 (0)