[msix] add support expression (#24228)

This commit is contained in:
autoantwort 2022-04-22 18:00:19 +02:00 committed by GitHub
parent a77d23729a
commit ecc57a5c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,11 @@
{
"name": "msix",
"version": "1.7",
"port-version": 3,
"port-version": 4,
"description": "The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.",
"homepage": "https://github.com/microsoft/msix-packaging",
"license": "MIT",
"supports": "!static",
"dependencies": [
"catch2",
{

View File

@ -786,9 +786,6 @@ mpir:x64-windows-static-md=skip
mpir:arm64-windows=skip
mpir:x64-osx=skip
mpir:x64-linux=skip
msix:x64-linux=fail
msix:x64-osx=fail
msix:x64-windows-static=fail
msmpi:arm64-windows=fail
msmpi:arm-uwp=fail
msmpi:x64-linux=fail

View File

@ -4686,7 +4686,7 @@
},
"msix": {
"baseline": "1.7",
"port-version": 3
"port-version": 4
},
"msmpi": {
"baseline": "10.1.12498",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "13d1f847b9d20c6ff27d6bed27728fb145aedd50",
"version": "1.7",
"port-version": 4
},
{
"git-tree": "e544825ca69bfca4e3f54141bf62cacb1cd878ea",
"version": "1.7",