Archived
Removing SRGen from the publish task, making build.sh executable (#82)
This commit is contained in:
@@ -365,7 +365,6 @@ Task("RestrictToLocalRuntime")
|
||||
/// </summary>
|
||||
Task("LocalPublish")
|
||||
.IsDependentOn("Restore")
|
||||
.IsDependentOn("SrGen")
|
||||
.IsDependentOn("RestrictToLocalRuntime")
|
||||
.IsDependentOn("OnlyPublish")
|
||||
.Does(() =>
|
||||
|
||||
Reference in New Issue
Block a user