Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105

This commit is contained in:
Nate McMaster
2017-10-13 12:59:05 -07:00
parent 86e94d7812
commit 64389a9bbe
5 changed files with 15 additions and 14 deletions

View File

@@ -103,11 +103,11 @@ function Get-KoreBuild {
}
}
catch {
remove-item -Recurse -Force $korebuildPath -ErrorAction Ignore
Remove-Item -Recurse -Force $korebuildPath -ErrorAction Ignore
throw
}
finally {
remove-item $tmpfile -ErrorAction Ignore
Remove-Item $tmpfile -ErrorAction Ignore
}
}