Skip to content

Commit 31563be

Browse files
committed
Update CodeCheck.ps1
1 parent 9618ad7 commit 31563be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/CodeCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function LogError {
4343
try {
4444
if ($ci) {
4545
# Install dotnet.exe
46-
& $repoRoot/restore.cmd -ci
46+
& $repoRoot/eng/common/build.ps1 -ci -prepareMachine -restore -projects $repoRoot/eng/CodeGen.proj
4747
}
4848

4949
#

0 commit comments

Comments
 (0)