From 10d5cc75b50291ffaf700253198c639abacb6b4e Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Thu, 10 Apr 2025 11:52:37 +1000 Subject: [PATCH] (Re)enable running tests from cli without specifying build infra That is, allow running the following .\build.cmd -test -projects .\tests\Aspire.Cli.Tests\Aspire.Cli.Tests.csproj ...instead of requiring /p:GITHUB_ACTIONS=true or /p:SYSTEM_TEAMPROJECT=foo to indicate the test is run in GHA or AzDO. --- eng/Testing.targets | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/eng/Testing.targets b/eng/Testing.targets index b41cd7ceb59..b631ca7b509 100644 --- a/eng/Testing.targets +++ b/eng/Testing.targets @@ -29,7 +29,15 @@ true + + true + true + + + true @@ -57,6 +65,9 @@ false + + + false