Skip to content

Commit 82c93e5

Browse files
committed
Switch from DotNetCoreRun to DotNetRun
1 parent a420760 commit 82c93e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Task("Build")
4242
.Does(() =>
4343
{
4444
var project = GetFiles("./**/Schema.NET.Tool.csproj").Single();
45-
DotNetCoreRun(project.ToString());
45+
DotNetRun(project.ToString());
4646

4747
Information("Started Listing Files");
4848
foreach (var file in GetFiles("./**/Schema.NET/**/*"))

0 commit comments

Comments
 (0)