Skip to content

Commit 31cf828

Browse files
authored
Merge pull request #12826 from dependabot/brettfo-patch-1
enable updates for repos that consume the Nerdbank.GitVersioning package
2 parents 3b8200e + 081e397 commit 31cf828

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuget/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ RUN chmod +x $DEPENDABOT_HOME/dependabot-updater/bin/run
8585

8686
# .NET install targeting packs
8787
RUN pwsh $DEPENDABOT_HOME/dependabot-updater/bin/install-targeting-packs.ps1
88+
89+
# Enable MSBuild operations with a shallow clone for repos that use the Nerdbank.GitVersioning package
90+
ENV NBGV_GitEngine=Disabled

0 commit comments

Comments
 (0)