Copy .build dir in Linux
This commit is contained in:
parent
74787d2ce6
commit
56f51b2525
|
|
@ -164,6 +164,10 @@ var buildTarget = "compile"
|
|||
{
|
||||
Exec("cmd", "/C xcopy /S/Q/I/Y .build " + Path.Combine(repo, ".build"), "");
|
||||
}
|
||||
else
|
||||
{
|
||||
CopyFolder(".build", Path.Combine(repo, ".build"), true);
|
||||
}
|
||||
|
||||
Exec(CreateBuildWithFlowId(repo), buildTarget, repo);
|
||||
var repoArtifacts = Path.Combine(repo, "artifacts");
|
||||
|
|
|
|||
Loading…
Reference in New Issue