Skip to content

Commit

Permalink
Revert "Add some more logging"
Browse files Browse the repository at this point in the history
This reverts commit 24b7e46.
  • Loading branch information
mattleibow committed Dec 2, 2024
1 parent ffef7c3 commit 6bcfd2a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions native/winui-angle/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,13 @@ Task("sync-ANGLE")
RunPython(ANGLE_PATH, ANGLE_PATH.CombineWithFilePath("tools/clang/scripts/update.py"));
}

// long the free space
RunProcess("pwsh", ROOT_PATH.CombineWithFilePath("scripts/get-free-space.ps1").FullPath);

// generate Windows App SDK files
if (!FileExists(WINAPPSDK_PATH.CombineWithFilePath("Microsoft.WindowsAppSDK.nuspec"))) {
var setup = ANGLE_PATH.CombineWithFilePath("scripts/winappsdk_setup.py");
RunProcess(
ROOT_PATH.CombineWithFilePath("scripts/vcvarsall.bat"),
$"\"{VS_INSTALL}\" \"x64\" \"{PYTHON_EXE}\" \"{setup}\" --output \"{WINAPPSDK_PATH}\"");
}

// long the free space
RunProcess("pwsh", ROOT_PATH.CombineWithFilePath("scripts/get-free-space.ps1").FullPath);
});

Task("ANGLE")
Expand Down

0 comments on commit 6bcfd2a

Please sign in to comment.