Skip to content

Commit 081e397

Browse files
committed
enable updates for repos that consume the Nerdbank.GitVersioning package
Add environment variable to disable Nerdbank.GitVersioning
1 parent 3b8200e commit 081e397

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)