Skip to content

Commit 5b2b9d1

Browse files
authored
Merge pull request #361 from dorssel/fix_dependabot
Fix Dependabot builds
2 parents 3d2d208 + d2212c4 commit 5b2b9d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ SPDX-License-Identifier: MIT
3737
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\strongname.snk</AssemblyOriginatorKeyFile>
3838
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3939

40+
<!-- Fix GitVersion during Dependabot runs -->
41+
<GitVersion_AllowShallowEnabled>true</GitVersion_AllowShallowEnabled>
42+
4043
<!-- Assembly metadata -->
4144
<Product>dotnet-debounce</Product>
4245
<Company>Frans van Dorsselaer</Company>

0 commit comments

Comments
 (0)