1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 16:53:15 +08:00

Also apply the changes to build.sh

This commit is contained in:
miterosan
2019-02-16 00:02:08 +01:00
Unverified
parent 57fcdf9a0b
commit ed67b580fa
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
echo "Preparing to run build script..."
cd build
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
TOOLS_DIR=$SCRIPT_DIR/tools
CAKE_BINARY_PATH=$TOOLS_DIR/"cake.coreclr"
+1 -1
View File
@@ -53,7 +53,7 @@ Task("InspectCode")
Task("CodeFileSanity")
.Does(() => {
ValidateCodeSanity(new ValidateCodeSanitySettings {
RootDirectory = ".",
RootDirectory = rootDirectory.FullPath,
IsAppveyorBuild = AppVeyor.IsRunningOnAppVeyor
});
});