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 044c763 commit 18f6741Copy full SHA for 18f6741
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