We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d2d208 + d2212c4 commit 5b2b9d1Copy full SHA for 5b2b9d1
1 file changed
Directory.Build.props
@@ -37,6 +37,9 @@ SPDX-License-Identifier: MIT
37
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\strongname.snk</AssemblyOriginatorKeyFile>
38
<GenerateDocumentationFile>true</GenerateDocumentationFile>
39
40
+ <!-- Fix GitVersion during Dependabot runs -->
41
+ <GitVersion_AllowShallowEnabled>true</GitVersion_AllowShallowEnabled>
42
+
43
<!-- Assembly metadata -->
44
<Product>dotnet-debounce</Product>
45
<Company>Frans van Dorsselaer</Company>
0 commit comments