Skip to content

Commit

Permalink
git submodule fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blind-Striker committed Apr 17, 2020
1 parent fb8be53 commit 025c447
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ Task("init")
Arguments = "config --global core.autocrlf true"
});

StartProcess("git", new ProcessSettings {
Arguments = "submodule update --init --recursive"
});

StartProcess("mono", new ProcessSettings {
Arguments = "--version"
});

InstallXUnitNugetPackage();
}
}

StartProcess("git", new ProcessSettings {
Arguments = "submodule update --init --recursive"
});
});

Task("compile")
Expand Down

0 comments on commit 025c447

Please sign in to comment.