Archived
Fix CancelMultipleBackup test failure (#399)
* Fix cancelMultipleBackup test failure Please enter the commit message for your changes. Lines starting * Add semaphore to backup stub operation * remove spaces
This commit is contained in:
@@ -166,7 +166,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TaskServices
|
||||
{
|
||||
tasks.TryGetValue(taskId, out taskToCancel);
|
||||
}
|
||||
if(taskToCancel != null)
|
||||
if (taskToCancel != null)
|
||||
{
|
||||
taskToCancel.Cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user