How to use MSBuild to build multiple platforms
问题 I am using Visual Studio online build with an MSBuild task. I currently have the following MSBuild Arguments fed to my task: /p:Configuration=Release;AppxBundle=Always;AppxBundlePlatforms="x86|x64|ARM";AppxPackageDir="$(Build.BinariesDirectory)\AppxPackages\\";UapAppxPackageBuildMode=StoreUpload This creates my application in x86 , x64 and ARM . It creates Release version of the libraries in x86 BUT creates Debug version of my libraries in x64 and ARM . When my .appxupload package is creates