From 607c9b00b98449fbdaf4299dda3b8e785861be96 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Sun, 8 Sep 2019 18:20:43 -0500 Subject: [PATCH] !deploy v2.9.0 ready for release #61 #62 ## 2.9.0 - 2019-09-08 * [Issue #61](https://github.com/scrthq/VaporShell/issues/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](https://github.com/scrthq/VaporShell/issues/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. --- psake.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psake.ps1 b/psake.ps1 index 34dfe29c7..b5caebb94 100644 --- a/psake.ps1 +++ b/psake.ps1 @@ -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