UwpAppxBuildTools.BuildAppxAsync(UwpBuildInfo, CancellationToken) Method

Definition

Build the UWP appx bundle for this project. Requires that BuildPlayer(String, Boolean, CancellationToken) has already be run or a user has previously built the Unity Player with the WSA Player as the Build Target.

public static System.Threading.Tasks.Task<bool> BuildAppxAsync (Microsoft.MixedReality.Toolkit.Build.Editor.UwpBuildInfo buildInfo, System.Threading.CancellationToken cancellationToken = default);
static member BuildAppxAsync : Microsoft.MixedReality.Toolkit.Build.Editor.UwpBuildInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Shared Function BuildAppxAsync (buildInfo As UwpBuildInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parameters

buildInfo
UwpBuildInfo
cancellationToken
CancellationToken

Returns

Task<Boolean>

True, if the appx build was successful.

Applies to