Skip to content

Commit

Permalink
forgot to make plural
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Jan 21, 2025
1 parent 4c61102 commit 198f863
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 @@ -49,7 +49,7 @@ jobs:
$testsOutput = dotnet test . --list-tests
Write-Host "Test output: $testsOutput"
$tests = $testOutput | ForEach-Object { $_.Trim() } | Select-String -Pattern '^Azure\.Functions\.Cli\.Tests' | ForEach-Object { $_.Line }
$tests = $testsOutput | ForEach-Object { $_.Trim() } | Select-String -Pattern '^Azure\.Functions\.Cli\.Tests' | ForEach-Object { $_.Line }
Write-Host "Value of tests: $tests"
Expand Down

0 comments on commit 198f863

Please sign in to comment.