Fix UpdateBuildTools.ps1 to work on a clean machine (#743)
This commit is contained in:
parent
ed2519cdc7
commit
d79631a71c
|
|
@ -54,8 +54,7 @@ try {
|
||||||
|
|
||||||
$oldVersion = Get-KoreBuildVersion
|
$oldVersion = Get-KoreBuildVersion
|
||||||
|
|
||||||
# Executes a command that no-ops. The only thing we really need is the updated version of korebuild-lock.txt
|
& "$RepoRoot/run.ps1" -Update -Command noop | Out-Null
|
||||||
& "$RepoRoot/run.ps1" -Update --help | Out-Null
|
|
||||||
|
|
||||||
$newVersion = Get-KoreBuildVersion
|
$newVersion = Get-KoreBuildVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue