Skip to content

Commit 756ad69

Browse files
committed
Fix script path in linting task to reference the correct build script.
1 parent 784b5a0 commit 756ad69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Task Lint Build, {
138138
}
139139
}
140140
# PowerShell script analysis.
141-
'./build.ps1' | ForEach-Object {
141+
'./.build.ps1' | ForEach-Object {
142142
$warn = Invoke-ScriptAnalyzer -Path $_ -Settings .\PSScriptAnalyzerSettings.psd1
143143
if ($warn) {
144144
$warn

0 commit comments

Comments
 (0)