Removing SRGen from the publish task, making build.sh executable (#82)

This commit is contained in:
Benjamin Russell
2016-10-11 10:54:11 -07:00
committed by GitHub
parent 60edcc3057
commit 253298b158
2 changed files with 0 additions and 1 deletions

View File

@@ -365,7 +365,6 @@ Task("RestrictToLocalRuntime")
/// </summary>
Task("LocalPublish")
.IsDependentOn("Restore")
.IsDependentOn("SrGen")
.IsDependentOn("RestrictToLocalRuntime")
.IsDependentOn("OnlyPublish")
.Does(() =>

0
build.sh Normal file → Executable file
View File