Skip to content

Commit

Permalink
restore of dotnet calls under net8.0 test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 17, 2024
1 parent decb47f commit 49720f4
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.GetDirectoryContents().ToArray();
// await scaffold.RestoreAsync($"src/{projectName}.sln", null, CancellationToken.None);
// await scaffold.BuildAsync($"src/{projectName}.sln", null, CancellationToken.None);
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 49720f4

Please sign in to comment.