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 b6369d1 commit 65c5720Copy full SHA for 65c5720
docs/build-dev.ps1
@@ -45,6 +45,7 @@ if (-Not $NoBuild -Or -Not (Test-Path -Path _site)) {
45
dotnet tool restore
46
VerifySuccessExitCode
47
48
+$env:DOCFX_SOURCE_BRANCH_NAME="dev"
49
dotnet docfx ./docfx.json --warningsAsErrors true
50
51
0 commit comments