Skip to content

Commit

Permalink
Fixes gui-cs#3470 try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed May 13, 2024
1 parent ef209b2 commit aa78014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build Release
run: |
dotnet-gitversion /updateprojectfiles
dotnet build .\Analyzers\Terminal.Gui.Analyzers.Internal\ --no-incremental --nologo --force --configuration Release
dotnet build ./Analyzers/Terminal.Gui.Analyzers.Internal --no-incremental --nologo --force --configuration Release
dotnet build --no-incremental --nologo --force --configuration Release
- name: Pack
Expand Down

0 comments on commit aa78014

Please sign in to comment.