File tree Expand file tree Collapse file tree
release/ModuleBuild/plaster/ModuleBuild/scaffold/build/cleanup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Note
1+ # Note
22Any ps1 files in this directory are run at the end of your build. These should only include post build clean up tasks.
Original file line number Diff line number Diff line change 6868
6969 $PlasterResults = invoke-plaster @PlasterParams - NoLogo - PassThru
7070
71- # Get the newly created buildenvironment file and run it the first time to create the fist export file.
71+ # Get the newly created buildenvironment file and run it the first time to create the first export file.
7272 $BuildDefinition = Get-ChildItem (Join-Path $PlasterResults.DestinationPath ' build' ) - Filter ' *.buildenvironment.ps1'
73- $strCommand = " powershell -noprofile -WindowStyle hidden -file $ ( $BuildDefinition.FullName ) "
73+ $strCommand = " powershell -noprofile -WindowStyle hidden -file ' $ ( $BuildDefinition.FullName ) ' "
7474
7575 try {
7676
You can’t perform that action at this time.
0 commit comments