This commit is contained in:
Tig
2024-05-12 20:53:00 -06:00
parent 6c6dec124d
commit 465a45daf4

View File

@@ -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 }}'