Method BuildUnixPortAsync
Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll
BuildUnixPortAsync(string, CancellationToken)
Build the MicroPython unix port if source is available.
csharp
public static Task<bool> BuildUnixPortAsync(string micropythonRepoPath, CancellationToken cancellationToken = default)Parameters
micropythonRepoPath string
cancellationToken CancellationToken
Returns
A representing the asynchronous operation.