Skip to content

Commit

Permalink
Plus de traces
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Jan 6, 2025
1 parent 7a79cfd commit 43b00dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scriptsharp/ScriptSharp/Utils/UtilsCacheCreation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ public static async Task HandleCacheSDKDotGradle()
await Utils.CompressFolderMonoBlocTo7ZAsync(gradlePath, ".gradle.7z");
Console.WriteLine("archivage de SDK");
await Utils.CompressFolderMonoBlocTo7ZAsync(sdkPath, "Sdk.7z");
Console.WriteLine("copie dans la cache de .gradle");
File.Copy(".gradle.7z", Path.Combine(Config.CachePath, ".gradle.7z"), true);
Console.WriteLine("copie dans la cache de SDK");
File.Copy("Sdk.7z", Path.Combine(Config.CachePath, "Sdk.7z"), true);
}
LogSingleton.Get.LogAndWriteLine("Creation de la cache finie");
Expand Down

0 comments on commit 43b00dc

Please sign in to comment.