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.
1 parent 3b8200e commit 081e397Copy full SHA for 081e397
nuget/Dockerfile
@@ -85,3 +85,6 @@ RUN chmod +x $DEPENDABOT_HOME/dependabot-updater/bin/run
85
86
# .NET install targeting packs
87
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