mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
These are also updated to tier1 image: msvc 2017: Not installed msvc 2019: version 16.4.4 msvc 2019 build tools: version 16.4.4 Task-number: QTQAINFRA-3623 Task-number: QTQAINFRA-3417 Change-Id: I006204ca090c4e2cf0d2ffc2309ab6b94f9b7d47 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
5 lines
151 B
PowerShell
5 lines
151 B
PowerShell
. "$PSScriptRoot\..\..\provisioning\common\windows\helpers.ps1"
|
|
|
|
# Disable the NTP from syncing
|
|
Run-Executable "w32tm.exe" "/config /syncfromflags:NO"
|