Skip to content

Commit 722e69e

Browse files
committed
ruleset rather than rulesetfile
1 parent 7e0d086 commit 722e69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/PreCompileApp.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if($appType -eq 'app')
6161
return
6262
} else {
6363
Write-Host "Enabling minor release ruleset for strict mode breaking changes check"
64-
$parameters.Value["rulesetFile"] = Get-RulesetPath -Name "minorrelease.ruleset.json"
64+
$parameters.Value["ruleset"] = Get-RulesetPath -Name "minorrelease.ruleset.json"
6565
}
6666
}
6767

0 commit comments

Comments
 (0)