Skip to content

Commit

Permalink
Merge pull request gui-cs#3471 from tig/v2_3470-publish-failure
Browse files Browse the repository at this point in the history
Fixes gui-cs#3470 - Publish broke
  • Loading branch information
tig authored May 13, 2024
2 parents 6c6dec1 + 465a45d commit ef209b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

Expand Down

0 comments on commit ef209b2

Please sign in to comment.