mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
Update version of VS SetupAPI nuget package
This commit is contained in:
parent
71f1e117af
commit
bfa5812a6b
@ -11,7 +11,7 @@ $downloadsDir = "$vcpkgRootDir\downloads"
|
|||||||
$nugetexe = & $scriptsDir\fetchDependency.ps1 "nuget" 1
|
$nugetexe = & $scriptsDir\fetchDependency.ps1 "nuget" 1
|
||||||
$nugetPackageDir = "$downloadsDir\nuget-packages"
|
$nugetPackageDir = "$downloadsDir\nuget-packages"
|
||||||
|
|
||||||
$SetupAPIVersion = "1.5.125-rc"
|
$SetupAPIVersion = "1.8.24"
|
||||||
$nugetOutput = & $nugetexe install Microsoft.VisualStudio.Setup.Configuration.Native -Version $SetupAPIVersion -OutputDirectory $nugetPackageDir -Source "https://api.nuget.org/v3/index.json" -nocache 2>&1
|
$nugetOutput = & $nugetexe install Microsoft.VisualStudio.Setup.Configuration.Native -Version $SetupAPIVersion -OutputDirectory $nugetPackageDir -Source "https://api.nuget.org/v3/index.json" -nocache 2>&1
|
||||||
|
|
||||||
$SetupConsoleExe = "$nugetPackageDir\Microsoft.VisualStudio.Setup.Configuration.Native.$SetupAPIVersion\tools\x86\Microsoft.VisualStudio.Setup.Configuration.Console.exe"
|
$SetupConsoleExe = "$nugetPackageDir\Microsoft.VisualStudio.Setup.Configuration.Native.$SetupAPIVersion\tools\x86\Microsoft.VisualStudio.Setup.Configuration.Console.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user