Add win-x86 test package to the build (#15517)

This commit is contained in:
Aditya Patwardhan 2021-06-07 13:59:37 -07:00 committed by GitHub
parent 3d92f84c6b
commit 659dff09e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,8 @@ jobs:
switch ($runtime)
{
win7-x64 { $packageName = "TestPackage-win.zip" }
win7-x64 { $packageName = "TestPackage-win-x64.zip" }
win7-x86 { $packageName = "TestPackage-win-x86.zip" }
linux-x64 { $packageName = "TestPackage-linux-x64.zip" }
linux-arm { $packageName = "TestPackage-linux-arm.zip" }
linux-arm64 { $packageName = "TestPackage-linux-arm64.zip" }
@ -47,6 +48,7 @@ jobs:
}
BuildTestPackage -runtime win7-x64
BuildTestPackage -runtime win7-x86
BuildTestPackage -runtime linux-x64
BuildTestPackage -runtime linux-arm
BuildTestPackage -runtime linux-arm64