Skip to content

Commit

Permalink
removes redownload flag when getting apax packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Nov 27, 2023
1 parent 0ecd58d commit 78fefcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static void ProvisionProjectWideTools(BuildContext context)

context.ProcessRunner.Start(Helpers.GetApaxCommand(), new Cake.Core.IO.ProcessSettings()
{
Arguments = $" install -r -c",
Arguments = $" install",
WorkingDirectory = Path.Combine(context.ScrDir, "apax"),
RedirectStandardOutput = false,
RedirectStandardError = false,
Expand Down

0 comments on commit 78fefcd

Please sign in to comment.