-
Notifications
You must be signed in to change notification settings - Fork 4
Add BackgroundTaskManager and WaitForBackgroundTasks #6
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this repo have a test project? We need to add some?
So after our chat the other week I am proposing we now do the following.
by default the You can then use the |
/azp build |
Command 'build' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
/azp run |
Commenter does not have sufficient privileges for PR 6 in repo xamarin/Xamarin.Build.AsyncTask |
Why does it tell you how to run commands then say you aren't allowed??? /azp lol |
/azp run |
Commenter does not have sufficient privileges for PR 6 in repo xamarin/Xamarin.Build.AsyncTask |
4721d76
to
b17e42e
Compare
b17e42e
to
5a46e8f
Compare
public string ErrorCode { get; set; } = "XAT0000"; | ||
|
||
public override bool Execute () | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this method need the Yield
, try-finally
, Reacquire
calls like we do here?
Add support classes to allow uses to kick off a background task and then wait for it to complete later in the build process.