From ebd970093ff977c2386b14166f9089020c2e5a73 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Date: Fri, 8 May 2026 20:42:12 +0100 Subject: [PATCH] .NET: dotnet test - use --project flag for Microsoft Testing Platform --- .github/workflows/dotnet-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 27bfa71c56..ad0ed6cb7e 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -398,7 +398,7 @@ jobs: shell: pwsh working-directory: dotnet run: | - dotnet test tests/Foundry.Hosting.IntegrationTests/Foundry.Hosting.IntegrationTests.csproj ` + dotnet test --project tests/Foundry.Hosting.IntegrationTests/Foundry.Hosting.IntegrationTests.csproj ` -c $env:configuration ` --no-build -v Normal ` --report-xunit-trx `