Fix UpdateBuildTools.ps1 to work on a clean machine (#743)

This commit is contained in:
Nate McMaster 2018-01-04 15:05:52 -08:00 committed by GitHub
parent ed2519cdc7
commit d79631a71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ try {
$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 --help | Out-Null
& "$RepoRoot/run.ps1" -Update -Command noop | Out-Null
$newVersion = Get-KoreBuildVersion