diff --git a/src/Artemis.Core/Artemis.Core.csproj b/src/Artemis.Core/Artemis.Core.csproj
index 4a3d0f3b1..9a766c559 100644
--- a/src/Artemis.Core/Artemis.Core.csproj
+++ b/src/Artemis.Core/Artemis.Core.csproj
@@ -35,7 +35,7 @@
-
+
@@ -56,6 +56,7 @@
+
diff --git a/src/Artemis.UI.Windows/Providers/AutoRunProvider.cs b/src/Artemis.UI.Windows/Providers/AutoRunProvider.cs
index 9cc27d35f..c3fcac0f9 100644
--- a/src/Artemis.UI.Windows/Providers/AutoRunProvider.cs
+++ b/src/Artemis.UI.Windows/Providers/AutoRunProvider.cs
@@ -107,8 +107,8 @@ public class AutoRunProvider : IAutoRunProvider
///
public async Task EnableAutoRun(bool recreate, int autoRunDelay)
{
- // if (Constants.BuildInfo.IsLocalBuild)
- // return;
+ if (Constants.BuildInfo.IsLocalBuild)
+ return;
// Create or remove the task if necessary
bool taskCreated = false;