From 253298b1581a58d4fe822b62ed3e736aa0950779 Mon Sep 17 00:00:00 2001 From: Benjamin Russell Date: Tue, 11 Oct 2016 10:54:11 -0700 Subject: [PATCH] Removing SRGen from the publish task, making build.sh executable (#82) --- build.cake | 1 - build.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 build.sh diff --git a/build.cake b/build.cake index bf755454..c2be18e9 100644 --- a/build.cake +++ b/build.cake @@ -365,7 +365,6 @@ Task("RestrictToLocalRuntime") /// Task("LocalPublish") .IsDependentOn("Restore") - .IsDependentOn("SrGen") .IsDependentOn("RestrictToLocalRuntime") .IsDependentOn("OnlyPublish") .Does(() => diff --git a/build.sh b/build.sh old mode 100644 new mode 100755