diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 1b06f0251..6ddcdfc11 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- name: Setup dotnet
uses: actions/setup-dotnet@v1
diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index 05c796ab1..2c07e73d8 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -194,7 +194,10 @@
-
+
+ all
+ runtime; build; native; contentfiles; analyzers
+