Skip to content

Commit

Permalink
Update Compile.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Aug 7, 2024
1 parent 7841f4b commit ff4398e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (-NOT $SkipPreprocessing) {
$preprocessingFilePath = ".\tools\Invoke-Preprocessing.ps1"
. "$(($workingdir -replace ('\\$', '')) + '\' + ($preprocessingFilePath -replace ('\.\\', '')))"

$excludedFiles = @('.\.git\', '.\.gitignore', '.\.gitattributes', '.\.github\CODEOWNERS', '.\LICENSE', '.\winutil.ps1', "$preprocessingFilePath", '*.png', '*.exe')
$excludedFiles = @('.\.git\', '.\.gitignore', '.\.gitattributes', '.\.github\CODEOWNERS', '.\LICENSE', "$preprocessingFilePath", '*.png', '*.exe')
$msg = "Pre-req: Code Formatting"
Invoke-Preprocessing -WorkingDir "$workingdir" -ExcludedFiles $excludedFiles -ProgressStatusMessage $msg
}
Expand Down

0 comments on commit ff4398e

Please sign in to comment.