mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge pull request #3471 from tig/v2_3470-publish-failure
Fixes #3470 - Publish broke
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -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 }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user