From 0834f5427c83867fc84fbfe40645a4baf95cf259 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 18 Oct 2022 13:03:08 +0200 Subject: [PATCH] 0.26.0 --- ExampleMod.csproj | 2 +- build.cake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 53077f1..5a27af7 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - + diff --git a/build.cake b/build.cake index fc3aa7d..cbd3266 100644 --- a/build.cake +++ b/build.cake @@ -31,7 +31,7 @@ Task("Run").IsDependentOn("CopyToMods").Does(() => { }); // we wait a bit to make sure the process has generated a new log file, bleh - Thread.Sleep(1000); + Thread.Sleep(3000); // attach to the newest log file var logsDir = $"{tinyLifeDir}/Logs";