We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c61102 commit 198f863Copy full SHA for 198f863
eng/ci/templates/public/jobs/build-test-public.yml
@@ -49,7 +49,7 @@ jobs:
49
$testsOutput = dotnet test . --list-tests
50
51
Write-Host "Test output: $testsOutput"
52
- $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 }
53
54
Write-Host "Value of tests: $tests"
55
0 commit comments