Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 025c447

Browse files
committed
git submodule fix
1 parent fb8be53 commit 025c447

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.cake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Task("init")
2929
Arguments = "config --global core.autocrlf true"
3030
});
3131

32-
StartProcess("git", new ProcessSettings {
33-
Arguments = "submodule update --init --recursive"
34-
});
35-
3632
StartProcess("mono", new ProcessSettings {
3733
Arguments = "--version"
3834
});
3935

4036
InstallXUnitNugetPackage();
41-
}
37+
}
38+
39+
StartProcess("git", new ProcessSettings {
40+
Arguments = "submodule update --init --recursive"
41+
});
4242
});
4343

4444
Task("compile")

0 commit comments

Comments
 (0)