Skip to content

Commit 12fe88e

Browse files
authored
Merge pull request #3 from justin-p/InstallAndTestModuleFix
LoadBuildTools on InstallAndTestModule for Get-SpecialPaths function
2 parents a37d73b + 5a6c9af commit 12fe88e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plaster/ModuleBuild/scaffold/modulename.build.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +883,13 @@ task GithubPush VersionCheck, {
883883
task . 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
889889
task 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
892892
task 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)
895895
task InsertMissingCBH Configure, Clean, UpdateCBHtoScratch, BuildSessionCleanup

0 commit comments

Comments
 (0)