Skip to content

Commit

Permalink
maybe ssl cert wasn't the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwinvandervalk committed Jan 13, 2025
1 parent 3e78284 commit d984b6f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions bff/build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,8 @@ internal static async Task Main(string[] args)
});

Target(Targets.Test, DependsOn(Targets.Build), () =>
//Target(Targets.Test, async () =>
{
Run("dotnet", "dev-certs https --clean");
Run("dotnet", "dev-certs https --trust");
//CancellationTokenSource stopDevServer = new CancellationTokenSource();
//var devSErver = RunAsync(name: "dotnet", args: " run -p ./samples/Hosts.AppHost", cancellationToken:stopDevServer.Token);

//for (int i = 0; i < 10; i++)
//{
// var client = new HttpClient();
// await client.GetAsync("https://localhost:17052/");
//}

//await Task.Delay(10000);
Run("dotnet", "test -c Release --no-build --nologo");

///stopDevServer.Cancel();
});

Target(Targets.CleanPackOutput, () =>
Expand Down

0 comments on commit d984b6f

Please sign in to comment.