mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-21 05:49:42 +08:00
Windows: set cache URL for nuget
The directory and file did not exist in cache. Added them and this change sets versioning to the nuget file name in cache. Pick-to: 6.10 Task-number: QTQAINFRA-7264 Task-number: QTQAINFRA-7265 Change-Id: I4cf7ce1b547bd8cd4272a981de6845c06a4d1d79 Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
# This script installs Windows App SDK
|
||||
|
||||
$script:nugetPackage = "nuget.exe"
|
||||
$script:nugetVersion = "v6.11.0"
|
||||
$script:nugetPackage = "nuget_$nugetVersion.exe"
|
||||
$script:packageRoot = "C:\Utils\WindowsAppSdk\"
|
||||
|
||||
$script:cachedUrl = "\\ci-files01-hki.ci.qt.io\provisioning\windows\nuget\$nugetPackage"
|
||||
$script:officialUrl = "https://dist.nuget.org/win-x86-commandline/v6.11.0/nuget.exe"
|
||||
$script:officialUrl = "https://dist.nuget.org/win-x86-commandline/$nugetVersion/nuget.exe"
|
||||
$script:sdkChecksumSha1 = "5443887cfb5283da5021388d146ebb5febdc82e9"
|
||||
$script:package_path = "$packageRoot\\$nugetPackage"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user