File tree 1 file changed +5
-5
lines changed
azure-pipelines/end-to-end-tests-dir
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
$VcpkgToolsJsonSchemaFile = (Get-Item " $PSScriptRoot /../../docs/vcpkg-tools.schema.json" ).FullName
4
4
if (-not (Test-Json - ea:0 - LiteralPath " $VcpkgRoot /scripts/vcpkg-tools.json" - SchemaFile $VcpkgToolsJsonSchemaFile )) {
5
- throw " real vcpkg-tools.json doesn't conform to schema"
5
+ throw " real vcpkg-tools.json doesn't conform to schema"
6
6
}
7
7
8
8
if (-not $IsMacOS -and -not $IsLinux ) {
@@ -20,7 +20,7 @@ if (-not $IsMacOS -and -not $IsLinux) {
20
20
{
21
21
"schema-version": 1,
22
22
"tools": [{
23
- "name": "7zip ",
23
+ "name": "7zip_msi ",
24
24
"os": "windows",
25
25
"version": "19.00",
26
26
"executable": "Files\\7-Zip\\7z.exe",
@@ -86,13 +86,13 @@ if (-not $IsMacOS -and -not $IsLinux) {
86
86
'@ | % { $_ -replace " `r " , " " } | Out-File - enc ascii $VcpkgToolsJson
87
87
88
88
if (-not (Test-Json - ea:0 - LiteralPath $VcpkgToolsJson - SchemaFile $VcpkgToolsJsonSchemaFile )) {
89
- throw " testing vcpkg-tools.json doesn't conform to schema"
89
+ throw " testing vcpkg-tools.json doesn't conform to schema"
90
90
}
91
91
92
92
$env: VCPKG_DOWNLOADS = Join-Path $TestingRoot ' down loads'
93
- Run- Vcpkg - TestArgs ($commonArgs + @ (" fetch" , " 7zip " , " --vcpkg-root=$TestingRoot " ))
93
+ Run- Vcpkg - TestArgs ($commonArgs + @ (" fetch" , " 7zip_msi " , " --vcpkg-root=$TestingRoot " ))
94
94
Throw - IfFailed
95
- Require- FileExists " $env: VCPKG_DOWNLOADS /tools/7zip -19.00-windows/Files/7-Zip/7z.exe"
95
+ Require- FileExists " $env: VCPKG_DOWNLOADS /tools/7zip_msi -19.00-windows/Files/7-Zip/7z.exe"
96
96
97
97
Run- Vcpkg - TestArgs ($commonArgs + @ (" fetch" , " ninja-testing" , " --vcpkg-root=$TestingRoot " ))
98
98
Throw - IfFailed
You can’t perform that action at this time.
0 commit comments