From 9336ebbb7047b197a30edd6c26b47797dabbb261 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 8 Mar 2021 10:16:12 -0700 Subject: [PATCH] testing MinVer --- .github/workflows/publish.yml | 2 ++ Terminal.Gui/Terminal.Gui.csproj | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 +