From a571c8ecc0ca5c576c8a2811cd57fe294f3bee6b Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Thu, 9 Jul 2020 15:14:05 -0700 Subject: [vcpkg] Move default binary cache from `$root/archives` to user-wide directory (#12256) * [vcpkg] Move default binary cache from `$root/archives` to user-wide directory Teach nuget/nugetconfig binary sources to use read/write. * [vcpkg] Reformat Co-authored-by: Robert Schumacher --- scripts/azure-pipelines/end-to-end-tests.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/azure-pipelines/end-to-end-tests.ps1 b/scripts/azure-pipelines/end-to-end-tests.ps1 index eccefd544..b0e447657 100644 --- a/scripts/azure-pipelines/end-to-end-tests.ps1 +++ b/scripts/azure-pipelines/end-to-end-tests.ps1 @@ -106,7 +106,7 @@ if (-not $IsLinux -and -not $IsMacOS) Refresh-TestRoot # Test simple installation -$args = $commonArgs + @("install","rapidjson","--binarycaching","--x-binarysource=clear;files,$ArchiveRoot,write;nuget,$NuGetRoot,upload") +$args = $commonArgs + @("install","rapidjson","--binarycaching","--x-binarysource=clear;files,$ArchiveRoot,write;nuget,$NuGetRoot,readwrite") $CurrentTest = "./vcpkg $($args -join ' ')" Write-Host $CurrentTest ./vcpkg @args @@ -164,7 +164,7 @@ Throw-IfFailed Remove-Item -Recurse -Force $NuGetRoot -ErrorAction SilentlyContinue mkdir $NuGetRoot -$args = $commonArgs + @("install","rapidjson","tinyxml","--binarycaching","--x-binarysource=clear;nuget,$NuGetRoot2;nuget,$NuGetRoot,upload") +$args = $commonArgs + @("install","rapidjson","tinyxml","--binarycaching","--x-binarysource=clear;nuget,$NuGetRoot2;nuget,$NuGetRoot,write") $CurrentTest = "./vcpkg $($args -join ' ')" Write-Host $CurrentTest ./vcpkg @args -- cgit v1.2.3