msix: add uap build parameters
This commit is contained in:
parent
8954acd4bf
commit
2aa238d0e1
|
@ -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"
|
Loading…
Reference in New Issue