diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 03b83495..9c0f5b52 100755 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index d2e4052f..fac7f490 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive