Skip to content

Commit

Permalink
[tests] Add --no-restore to dotnet new invocations for better per…
Browse files Browse the repository at this point in the history
…formance.
  • Loading branch information
jpobst committed Nov 8, 2024
1 parent f2d2139 commit afbe56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extended/TestAllIndividualPackages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async Task TestPackage (string id, string version, string template)
ReplaceInFile (activity_file, "public class MainActivity : Activity", "public class MainActivity : global::Android.App.Activity");

// Add the package
await RunAndAssertSuccess ($"add package {id} --version {version}", case_dir);
await RunAndAssertSuccess ($"add package {id} --version {version} --no-restore", case_dir);

// Build the project
await RunAndAssertSuccess ($"build -c {configuration} -bl", case_dir, true);
Expand Down

0 comments on commit afbe56b

Please sign in to comment.