OSDN Git Service

na-get-lib,新構造タスクのキャンセル処理を修正。
[applistation/AppliStation.git] / na-get-lib / NaGet.SubCommands / NaGetTaskSet2.cs
index eb43c19..3a20d18 100644 (file)
@@ -104,6 +104,7 @@ namespace NaGet.SubCommands
                protected virtual void NotifyCancelled()
                {
                        isCancelled = true;
+                       isDone = true;
                }
                
                /// <summary>