Bahave the same in Debug & Release mode
authorLukasz Stanislawski <lukasz.stanislawski@gmail.com>
Thu, 2 Apr 2020 12:14:56 +0000 (14:14 +0200)
committerLukasz Stanislawski <lukasz.stanislawski@gmail.com>
Thu, 2 Apr 2020 12:14:56 +0000 (14:14 +0200)
when submitting to image we will provide two version
of package, they should not differ in behaviour.

Oobe/Oobe/Managers/ProcessManager.cs

index e12f2831f420441a4c2fc152b376a631aa19ede8..9c6adc658ea57d5098e100f2d2fc9b0f0e6fd580 100644 (file)
@@ -108,9 +108,7 @@ namespace Oobe
             {
                 step.Value.Shutdown();
             }
-            #if RELEASE
             SetDone();
-            #endif
             NUIApplication.Current.Exit();
         }