Skip to content

Commit

Permalink
Fix breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti committed Dec 9, 2019
1 parent 19cb66d commit da42a67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions targets/Program.cs
Expand Up @@ -36,8 +36,6 @@ public static void Main(string[] args)
Directory.EnumerateFiles("ASP.Net Mvc Core UI Composition", "*.sln", SearchOption.AllDirectories),
solution => Run(sdk.GetDotnetCliPath(), $"build \"{solution}\" --configuration Debug"));

RunTargets(args);
RunTargetsAndExit(args);
}


}

0 comments on commit da42a67

Please sign in to comment.