@@ -883,13 +883,13 @@ task GithubPush VersionCheck, {
883883task . Configure, CodeHealthReport, Clean, PrepareStage, GetPublicFunctions, SanitizeCode, CreateHelp, CreateModulePSM1, CreateModuleManifest, AnalyzeModuleRelease, PushVersionRelease, PushCurrentRelease, CreateProjectHelp, PostBuildTasks, BuildSessionCleanup
884884
885885# Synopsis: Install and test load the module.
886- task InstallAndTestModule InstallModule, TestInstalledModule
886+ task InstallAndTestModule LoadBuildTools, InstallModule, TestInstalledModule
887887
888888# Synopsis: Build, Install, and Test the module
889889task BuildInstallAndTestModule Configure, CodeHealthReport, Clean, PrepareStage, GetPublicFunctions, SanitizeCode, CreateHelp, CreateModulePSM1, CreateModuleManifest, AnalyzeModuleRelease, PushVersionRelease, PushCurrentRelease, CreateProjectHelp, InstallModule, TestInstalledModule, PostBuildTasks, BuildSessionCleanup
890890
891891# Synopsis: Build, Install, Test, and Publish the module
892892task BuildInstallTestAndPublishModule Configure, CodeHealthReport, Clean, PrepareStage, GetPublicFunctions, SanitizeCode, CreateHelp, CreateModulePSM1, CreateModuleManifest, AnalyzeModuleRelease, PushVersionRelease, PushCurrentRelease, CreateProjectHelp, InstallModule, TestInstalledModule, PublishPSGallery, PostBuildTasks, BuildSessionCleanup
893893
894- # Synopsis: Instert Comment Based Help where it doesn't already exist (output to scratch directory)
894+ # Synopsis: Insert Comment Based Help where it doesn't already exist (output to scratch directory)
895895task InsertMissingCBH Configure, Clean, UpdateCBHtoScratch, BuildSessionCleanup
0 commit comments