Преглед изворни кода

Merge pull request #3471 from tig/v2_3470-publish-failure

Fixes #3470 - Publish broke
Tig пре 1 година
родитељ
комит
ef209b269a
1 измењених фајлова са 3 додато и 4 уклоњено
  1. 3 4
      .github/workflows/publish.yml

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

@@ -43,10 +43,9 @@ jobs:
     - name: Build Release
       run: |
         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
       run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'