Skip to content

Commit 4b08d5d

Browse files
Apply suggestions from code review
1 parent 77e03e0 commit 4b08d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function Find-LinkExe {
157157
$channel = 'stable'
158158
$rustup = 'echo'
159159
if ($usingADO) {
160-
break
160+
return
161161
} elseif ($null -ne (Get-Command msrustup -CommandType Application -ErrorAction Ignore)) {
162162
$rustup = 'msrustup'
163163
$channel = 'ms-stable'

0 commit comments

Comments
 (0)