Skip to content

Commit

Permalink
Update Exclude Files List for Preprocessing in 'Compile.ps1' Script
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk committed Aug 22, 2024
1 parent 07e1544 commit 674ab03
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 @@ -46,7 +46,7 @@ if (-NOT $SkipPreprocessing) {
$preprocessingFilePath = ".\tools\Invoke-Preprocessing.ps1"
. $preprocessingFilePath

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

0 comments on commit 674ab03

Please sign in to comment.