Tig 1 年之前
父节点
当前提交
465a45daf4
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      .github/workflows/publish.yml

+ 3 - 4
.github/workflows/publish.yml

@@ -43,10 +43,9 @@ jobs:
     - name: Build Release
     - name: Build Release
       run: |
       run: |
         dotnet-gitversion /updateprojectfiles
         dotnet-gitversion /updateprojectfiles
-        Import-Module ./Scripts/Terminal.Gui.PowerShell.psd1
-        Build-Analyzers
-        dotnet build -c Release
-        Remove-Module Terminal.Gui.PowerShell 
+        dotnet build .\Analyzers\Terminal.Gui.Analyzers.Internal\ --no-incremental --nologo --force --configuration Release
+        dotnet build --no-incremental --nologo --force --configuration Release
+
     - name: Pack
     - name: Pack
       run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' 
       run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'