Skip to content

Commit

Permalink
30 minute timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 17, 2024
1 parent 76d1f8d commit 6659770
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ private async Task ScaffoldRepo(string projectName, string gitUser, string autho
""";
var scaffold = await CLI.DotnetNew.NewAsync("dotnet-library-repo", args.Replace(Environment.NewLine, " "), CancellationToken.None);
var list = scaffold.GetRelativeDirectoryPaths().ToArray();
// await scaffold.RestoreAsync($"src/{projectName}.sln", null, CancellationToken.None);
await scaffold.BuildAsync($"src/{projectName}.sln", null, CancellationToken.None, restore: true);
await scaffold.RestoreAsync($"src/{projectName}.sln", null, CancellationToken.None);
await scaffold.BuildAsync($"src/{projectName}.sln", null, CancellationToken.None);

await Verifier.Verify(new
{
Expand Down

0 comments on commit 6659770

Please sign in to comment.