From 55bf0bdf7d87a93cdaa671ef8a761a95354e804b Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Wed, 8 May 2024 17:25:52 +0200 Subject: [PATCH] fetch depth of 0 --- .github/workflows/dotnet.yml | 2 ++ DUI3-DX/Connectors/Directory.Build.targets | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index df26a0d559..23c0ff3abe 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: diff --git a/DUI3-DX/Connectors/Directory.Build.targets b/DUI3-DX/Connectors/Directory.Build.targets index 25890e3950..35932eacbf 100644 --- a/DUI3-DX/Connectors/Directory.Build.targets +++ b/DUI3-DX/Connectors/Directory.Build.targets @@ -1,8 +1,7 @@  - - +