This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch fix/apidocs-automation
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/fix/apidocs-automation by this
push:
new 3349d653f Lucene-Net-Documentation.yml: Check all global .NET tools
3349d653f is described below
commit 3349d653fb172d4ad9a85ae7b5792cdfeacadb9e
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Oct 24 09:00:38 2024 +0700
Lucene-Net-Documentation.yml: Check all global .NET tools
---
.github/workflows/Lucene-Net-Documentation.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/Lucene-Net-Documentation.yml
b/.github/workflows/Lucene-Net-Documentation.yml
index 339ed59fa..197820af3 100644
--- a/.github/workflows/Lucene-Net-Documentation.yml
+++ b/.github/workflows/Lucene-Net-Documentation.yml
@@ -132,6 +132,10 @@ jobs:
run: dotnet tool list --local
shell: powershell
+ - name: Check Global Tools
+ run: dotnet tool list --global
+ shell: powershell
+
- name: Build docs
run: ./main-repo/websites/apidocs/docs.ps1 -Clean -LuceneNetVersion
${{ env.RELEASE_VERSION }}
shell: powershell