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 eba91ad commit a2baf3eCopy full SHA for a2baf3e
1 file changed
build/build-metadata.ps1
@@ -55,6 +55,8 @@ function Clone-Source-Build-Metadata
55
56
Write-Output "Setting DOCFX_SOURCE_BRANCH_NAME to '$branch'"
57
$env:DOCFX_SOURCE_BRANCH_NAME = $branch
58
+ Write-Output "Setting DOTNET_CLI_VARIABLES_LANG_VERSION to 'latest'"
59
+ $env:DOTNET_CLI_VARIABLES_LANG_VERSION = "latest"
60
Write-Output "Running command: dotnet docfx metadata $apiFile"
61
dotnet docfx metadata $apiFile
62
}
0 commit comments