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

Commit

Permalink
!deploy v2.9.0 ready for release #61 #62
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
scrthq committed Sep 8, 2019
1 parent 16d657c commit 607c9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ $pesterScriptBlock = {

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

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

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

0 comments on commit 607c9b0

Please sign in to comment.