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 6516429 commit aa48247Copy full SHA for aa48247
docfx/docs/faq.md
@@ -63,3 +63,7 @@ We have [a public feed][PublicCI] where our CI pushes packages.
63
Adding the feed source URL to your nuget.config file will allow you to consume package versions that haven't been publicly released to nuget.org yet.
64
65
[PublicCI]: https://dev.azure.com/andrewarnott/OSS/_packaging?_a=feed&feed=PublicCI
66
+
67
+## How do I temporarily disable Nerdbank.GitVersioning so I can build with a shallow clone?
68
69
+Set the `NBGV_GitEngine` environment variable to `Disabled`.
0 commit comments