Skip to content

Commit

Permalink
Tests: When creating new project use --no-update-check
Browse files Browse the repository at this point in the history
  • Loading branch information
obligaron committed Sep 8, 2024
1 parent c5d3411 commit 58259ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected override string GetWorkingDirectory()

protected override string BuildArguments()
{
var arguments = AddArgument($"new {_templateName}", "-o", "\"" + _folder + "\"");
var arguments = AddArgument($"new {_templateName} --no-update-check", "-o", "\"" + _folder + "\"");
arguments = AddArgument(
arguments,
"-lang",
Expand Down

0 comments on commit 58259ab

Please sign in to comment.