Skip to content
Snippets Groups Projects
Commit 5d81873d authored by Emil "AngryAnt" Johansen's avatar Emil "AngryAnt" Johansen
Browse files

Make sure that GitSwitchBranchesTask is treated as critical.

parent 16f53ca9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ namespace GitHub.Unity
public override bool Blocking { get { return true; } }
public override TaskQueueSetting Queued { get { return TaskQueueSetting.QueueSingle; } }
public override bool Critical { get { return false; } }
public override bool Critical { get { return true; } }
public override bool Cached { get { return false; } }
public override string Label { get { return "git checkout"; } }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment