msix: add uap build parameters

This commit is contained in:
Nick Vella 2019-09-22 17:36:03 +10:00
parent 8954acd4bf
commit 2aa238d0e1
1 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,6 @@ if (-Not (Test-Path env:OLW_CONFIG))
=======================================================
"@
Get-Date
$buildCommand = "`"$msBuildExe`" $solutionFile /nologo /maxcpucount /verbosity:minimal /p:Configuration=$env:OLW_CONFIG $ARGS"
$buildCommand = "`"$msBuildExe`" $solutionFile /nologo /maxcpucount /verbosity:minimal /p:Configuration=$env:OLW_CONFIG /p:AppxPackageDir=Packages /p:UapAppxPackageBuildMode=StoreUpload /p:AppxBundlePlatforms=x86 /p:AppxBundle=Always $ARGS"
"Running build command '$buildCommand'"
Invoke-Expression "& $buildCommand"