This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new a1ae345de .github/workflows/Generate-TestWorkflows.ps1: Disabled slow 
tests for PR test runs
a1ae345de is described below

commit a1ae345de0e4f91602824ede6e16aadd8250efdd
Author: Shad Storhaug <[email protected]>
AuthorDate: Fri Oct 28 18:50:20 2022 +0700

    .github/workflows/Generate-TestWorkflows.ps1: Disabled slow tests for PR 
test runs
---
 .github/workflows/Generate-TestWorkflows.ps1                         | 5 +++--
 .github/workflows/Lucene-Net-Tests-AllProjects.yml                   | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-Common.yml               | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml             | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml           | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml              | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml             | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml              | 5 +++--
 .github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml              | 5 +++--
 .github/workflows/Lucene-Net-Tests-Benchmark.yml                     | 5 +++--
 .github/workflows/Lucene-Net-Tests-Classification.yml                | 5 +++--
 .github/workflows/Lucene-Net-Tests-Cli.yml                           | 5 +++--
 .github/workflows/Lucene-Net-Tests-CodeAnalysis.yml                  | 5 +++--
 .github/workflows/Lucene-Net-Tests-Codecs.yml                        | 5 +++--
 .github/workflows/Lucene-Net-Tests-Demo.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-Expressions.yml                   | 5 +++--
 .github/workflows/Lucene-Net-Tests-Facet.yml                         | 5 +++--
 .github/workflows/Lucene-Net-Tests-Grouping.yml                      | 5 +++--
 .github/workflows/Lucene-Net-Tests-Highlighter.yml                   | 5 +++--
 .github/workflows/Lucene-Net-Tests-ICU.yml                           | 5 +++--
 .github/workflows/Lucene-Net-Tests-Join.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-Memory.yml                        | 5 +++--
 .github/workflows/Lucene-Net-Tests-Misc.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-Queries.yml                       | 5 +++--
 .github/workflows/Lucene-Net-Tests-QueryParser.yml                   | 5 +++--
 .github/workflows/Lucene-Net-Tests-Replicator.yml                    | 5 +++--
 .github/workflows/Lucene-Net-Tests-Sandbox.yml                       | 5 +++--
 .github/workflows/Lucene-Net-Tests-Spatial.yml                       | 5 +++--
 .github/workflows/Lucene-Net-Tests-Suggest.yml                       | 5 +++--
 .../workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml | 5 +++--
 .github/workflows/Lucene-Net-Tests-TestFramework.yml                 | 5 +++--
 .github/workflows/Lucene-Net-Tests-_A-D.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-_E-I.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-_I-J.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-_J-S.yml                          | 5 +++--
 .github/workflows/Lucene-Net-Tests-_T-Z.yml                          | 5 +++--
 36 files changed, 108 insertions(+), 72 deletions(-)

diff --git a/.github/workflows/Generate-TestWorkflows.ps1 
b/.github/workflows/Generate-TestWorkflows.ps1
index 1b1e7ba9f..0ccc7977a 100644
--- a/.github/workflows/Generate-TestWorkflows.ps1
+++ b/.github/workflows/Generate-TestWorkflows.ps1
@@ -65,7 +65,7 @@ param(
 
     [string]$RepoRoot = (Split-Path (Split-Path $PSScriptRoot)),
 
-    [string[]]$TestFrameworks = @('net6.0', 'net5.0','net461','net48'), # 
targets under test: net6.0, netstandard2.1, netstanard2.0, net48
+    [string[]]$TestFrameworks = @('net6.0', 'net5.0','net461','net48'), # 
targets under test: net6.0, netstandard2.1, netstanard2.0, net462
 
     [string[]]$OperatingSystems = @('windows-latest', 'ubuntu-latest'),
 
@@ -284,7 +284,8 @@ jobs:
           echo `"title=Test Run for `$project_name - `${{matrix.framework}} - 
`${{matrix.platform}} - `${{matrix.os}}`" | Out-File -FilePath  
`$env:GITHUB_ENV -Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build `${{env.project_path}} --configuration 
`${{matrix.configuration}} --framework `${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test `${{env.project_path}} --configuration 
`${{matrix.configuration}} --framework `${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:`"console;verbosity=normal`" 
--logger:`"trx;LogFileName=`${{env.trx_file_name}}`" 
--logger:`"liquid.md;LogFileName=`${{env.md_file_name}};Title=`${{env.title}};`"
 
--results-directory:`"`${{github.workspace}}/`${{env.test_results_artifact_name}}/`${{env.project_
 [...]
+      - run: dotnet test `${{env.project_path}} --configuration 
`${{matrix.configuration}} --framework `${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:`"console;verbosity=normal`" 
--logger:`"trx;LogFileName=`${{env.trx_file_name}}`" 
--logger:`"liquid.md;LogFileName=`${{env.md_file_name}};Title=`${{env.title}};`"
 
--results-directory:`"`${{github.workspace}}/`${{env.test_results_artifact_name}}/`${{env.project_
 [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-AllProjects.yml 
b/.github/workflows/Lucene-Net-Tests-AllProjects.yml
index fbc64acf8..853d9a02e 100644
--- a/.github/workflows/Lucene-Net-Tests-AllProjects.yml
+++ b/.github/workflows/Lucene-Net-Tests-AllProjects.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -120,7 +120,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
index 6170ce7a9..bd906e3e6 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -104,7 +104,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
index 30ce4ae2c..35729a83d 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -101,7 +101,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
index 5e9deccea..f38467cfc 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -101,7 +101,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
index 948cc06e0..703425d4e 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -104,7 +104,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
index f5df5ae1a..797410b00 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -98,7 +98,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
index 638d60be6..b171f2982 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -102,7 +102,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml 
b/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
index 7c16e2e60..b7181ba6f 100644
--- a/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
+++ b/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -99,7 +99,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Benchmark.yml 
b/.github/workflows/Lucene-Net-Tests-Benchmark.yml
index 1fa8a5635..6a1aedc7f 100644
--- a/.github/workflows/Lucene-Net-Tests-Benchmark.yml
+++ b/.github/workflows/Lucene-Net-Tests-Benchmark.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -111,7 +111,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Classification.yml 
b/.github/workflows/Lucene-Net-Tests-Classification.yml
index b95f0e8a0..eee3a619c 100644
--- a/.github/workflows/Lucene-Net-Tests-Classification.yml
+++ b/.github/workflows/Lucene-Net-Tests-Classification.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -99,7 +99,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Cli.yml 
b/.github/workflows/Lucene-Net-Tests-Cli.yml
index 0d20e410a..c236acc1a 100644
--- a/.github/workflows/Lucene-Net-Tests-Cli.yml
+++ b/.github/workflows/Lucene-Net-Tests-Cli.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -118,7 +118,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml 
b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
index 1776f3be6..885bf32aa 100644
--- a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
+++ b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -97,7 +97,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Codecs.yml 
b/.github/workflows/Lucene-Net-Tests-Codecs.yml
index e919ab781..1c2d38e05 100644
--- a/.github/workflows/Lucene-Net-Tests-Codecs.yml
+++ b/.github/workflows/Lucene-Net-Tests-Codecs.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -97,7 +97,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Demo.yml 
b/.github/workflows/Lucene-Net-Tests-Demo.yml
index d38062764..8a4eefb78 100644
--- a/.github/workflows/Lucene-Net-Tests-Demo.yml
+++ b/.github/workflows/Lucene-Net-Tests-Demo.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -106,7 +106,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Expressions.yml 
b/.github/workflows/Lucene-Net-Tests-Expressions.yml
index cfa39e605..99e092e1c 100644
--- a/.github/workflows/Lucene-Net-Tests-Expressions.yml
+++ b/.github/workflows/Lucene-Net-Tests-Expressions.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -99,7 +99,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Facet.yml 
b/.github/workflows/Lucene-Net-Tests-Facet.yml
index 9158b7a38..17495887c 100644
--- a/.github/workflows/Lucene-Net-Tests-Facet.yml
+++ b/.github/workflows/Lucene-Net-Tests-Facet.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -101,7 +101,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Grouping.yml 
b/.github/workflows/Lucene-Net-Tests-Grouping.yml
index 8ff77705d..6af7be2bb 100644
--- a/.github/workflows/Lucene-Net-Tests-Grouping.yml
+++ b/.github/workflows/Lucene-Net-Tests-Grouping.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -99,7 +99,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Highlighter.yml 
b/.github/workflows/Lucene-Net-Tests-Highlighter.yml
index 083293ed8..fbcef428a 100644
--- a/.github/workflows/Lucene-Net-Tests-Highlighter.yml
+++ b/.github/workflows/Lucene-Net-Tests-Highlighter.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -101,7 +101,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-ICU.yml 
b/.github/workflows/Lucene-Net-Tests-ICU.yml
index 6536cb214..38da9e949 100644
--- a/.github/workflows/Lucene-Net-Tests-ICU.yml
+++ b/.github/workflows/Lucene-Net-Tests-ICU.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -114,7 +114,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Join.yml 
b/.github/workflows/Lucene-Net-Tests-Join.yml
index 70bed2fec..1842c1bcd 100644
--- a/.github/workflows/Lucene-Net-Tests-Join.yml
+++ b/.github/workflows/Lucene-Net-Tests-Join.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -100,7 +100,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Memory.yml 
b/.github/workflows/Lucene-Net-Tests-Memory.yml
index b0b88ae86..03561505b 100644
--- a/.github/workflows/Lucene-Net-Tests-Memory.yml
+++ b/.github/workflows/Lucene-Net-Tests-Memory.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -102,7 +102,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Misc.yml 
b/.github/workflows/Lucene-Net-Tests-Misc.yml
index 38d712d3c..459f9f2e4 100644
--- a/.github/workflows/Lucene-Net-Tests-Misc.yml
+++ b/.github/workflows/Lucene-Net-Tests-Misc.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -98,7 +98,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Queries.yml 
b/.github/workflows/Lucene-Net-Tests-Queries.yml
index 0c2ec8e46..484805d97 100644
--- a/.github/workflows/Lucene-Net-Tests-Queries.yml
+++ b/.github/workflows/Lucene-Net-Tests-Queries.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -98,7 +98,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-QueryParser.yml 
b/.github/workflows/Lucene-Net-Tests-QueryParser.yml
index e39e9f1b0..ee108b149 100644
--- a/.github/workflows/Lucene-Net-Tests-QueryParser.yml
+++ b/.github/workflows/Lucene-Net-Tests-QueryParser.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -104,7 +104,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Replicator.yml 
b/.github/workflows/Lucene-Net-Tests-Replicator.yml
index 8086a755f..45d894c5c 100644
--- a/.github/workflows/Lucene-Net-Tests-Replicator.yml
+++ b/.github/workflows/Lucene-Net-Tests-Replicator.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -103,7 +103,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Sandbox.yml 
b/.github/workflows/Lucene-Net-Tests-Sandbox.yml
index 62bde3bd2..b3abaeb0b 100644
--- a/.github/workflows/Lucene-Net-Tests-Sandbox.yml
+++ b/.github/workflows/Lucene-Net-Tests-Sandbox.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -99,7 +99,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Spatial.yml 
b/.github/workflows/Lucene-Net-Tests-Spatial.yml
index 7e98543d8..5ffa3e153 100644
--- a/.github/workflows/Lucene-Net-Tests-Spatial.yml
+++ b/.github/workflows/Lucene-Net-Tests-Spatial.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -100,7 +100,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-Suggest.yml 
b/.github/workflows/Lucene-Net-Tests-Suggest.yml
index 2b71025d8..0361e675e 100644
--- a/.github/workflows/Lucene-Net-Tests-Suggest.yml
+++ b/.github/workflows/Lucene-Net-Tests-Suggest.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -101,7 +101,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git 
a/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml 
b/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
index 3a6c5fddd..7a0ccd6d3 100644
--- a/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
+++ b/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -97,7 +97,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-TestFramework.yml 
b/.github/workflows/Lucene-Net-Tests-TestFramework.yml
index 0a973f177..249880582 100644
--- a/.github/workflows/Lucene-Net-Tests-TestFramework.yml
+++ b/.github/workflows/Lucene-Net-Tests-TestFramework.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -99,7 +99,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-_A-D.yml 
b/.github/workflows/Lucene-Net-Tests-_A-D.yml
index 3989dce1b..1ac7cd38c 100644
--- a/.github/workflows/Lucene-Net-Tests-_A-D.yml
+++ b/.github/workflows/Lucene-Net-Tests-_A-D.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -108,7 +108,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-_E-I.yml 
b/.github/workflows/Lucene-Net-Tests-_E-I.yml
index 87b7d77ac..04518500b 100644
--- a/.github/workflows/Lucene-Net-Tests-_E-I.yml
+++ b/.github/workflows/Lucene-Net-Tests-_E-I.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -118,7 +118,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-_I-J.yml 
b/.github/workflows/Lucene-Net-Tests-_I-J.yml
index 72a8803ed..2ae5b8ee9 100644
--- a/.github/workflows/Lucene-Net-Tests-_I-J.yml
+++ b/.github/workflows/Lucene-Net-Tests-_I-J.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -123,7 +123,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-_J-S.yml 
b/.github/workflows/Lucene-Net-Tests-_J-S.yml
index 3030dcab9..3b037b206 100644
--- a/.github/workflows/Lucene-Net-Tests-_J-S.yml
+++ b/.github/workflows/Lucene-Net-Tests-_J-S.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -110,7 +110,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/Lucene-Net-Tests-_T-Z.yml 
b/.github/workflows/Lucene-Net-Tests-_T-Z.yml
index 5b2b198fd..9282942ed 100644
--- a/.github/workflows/Lucene-Net-Tests-_T-Z.yml
+++ b/.github/workflows/Lucene-Net-Tests-_T-Z.yml
@@ -1,4 +1,4 @@
-####################################################################################
+####################################################################################
 # DO NOT EDIT: This file was automatically generated by 
Generate-TestWorkflows.ps1
 
####################################################################################
 # Licensed to the Apache Software Foundation (ASF) under one
@@ -105,7 +105,8 @@ jobs:
           echo "title=Test Run for $project_name - ${{matrix.framework}} - 
${{matrix.platform}} - ${{matrix.os}}" | Out-File -FilePath  $env:GITHUB_ENV 
-Encoding utf8 -Append
         shell: pwsh
       - run: dotnet build ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} 
/p:TestFrameworks=true
-      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+      - run: dotnet test ${{env.project_path}} --configuration 
${{matrix.configuration}} --framework ${{matrix.framework}} --no-build 
--no-restore --blame-hang --blame-hang-dump-type mini --blame-hang-timeout 
20minutes --logger:"console;verbosity=normal" 
--logger:"trx;LogFileName=${{env.trx_file_name}}" 
--logger:"liquid.md;LogFileName=${{env.md_file_name}};Title=${{env.title}};" 
--results-directory:"${{github.workspace}}/${{env.test_results_artifact_name}}/${{env.project_name}}"
 -- RunCo [...]
+        shell: bash
       # upload reports as build artifacts
       - name: Upload a Build Artifact
         uses: actions/upload-artifact@v2

Reply via email to