Merged PR 10515: Allow win7x86 msix package to build.

Allow win7x86 msix package to build.
This commit is contained in:
Paul Higinbotham 2019-11-18 21:53:16 +00:00
commit ac1c4fc197
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ try{
Start-PSPackage @pspackageParams @releaseTagParam
}
if (!$ComponentRegistration.IsPresent -and !$Symbols.IsPresent -and $Runtime -notin 'win7-x86','fxdependent', 'fxdependent-win-desktop')
if (!$ComponentRegistration.IsPresent -and !$Symbols.IsPresent -and $Runtime -notin 'fxdependent', 'fxdependent-win-desktop')
{
$pspackageParams['Type']='msix'
$pspackageParams['WindowsRuntime']=$Runtime

View file

@ -171,7 +171,7 @@
],
"DockerImageName": "ps-winsrvcore",
"BinaryBucket": "signed",
"ArtifactsExpected": 3,
"ArtifactsExpected": 4,
"EnableFeature": [ "ArtifactAsFolder" ]
},
{