Skip to content

Commit

Permalink
see if build test works
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Jan 21, 2025
1 parent 16c515c commit 2c7f556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/ci/templates/public/jobs/build-test-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
Set-Location -Path "./build"
# Run dotnet test to list the tests and filter for those matching 'Test_'
$testsOutput = dotnet test . --no-build --list-tests
$testsOutput = dotnet test . --list-tests
Write-Host "Test output: $testsOutput"
$tests = $testsOutput | Select-String -Pattern 'Test_' | ForEach-Object { $_.Line }
Expand Down

0 comments on commit 2c7f556

Please sign in to comment.