.NET: dotnet test - use --project flag for Microsoft Testing Platform

This commit is contained in:
Roger Barreto
2026-05-08 20:42:12 +01:00
Unverified
parent bbe2e91dcd
commit ebd970093f
+1 -1
View File
@@ -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 `