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 25c9aeb commit 7dbc5d0Copy full SHA for 7dbc5d0
.github/workflows/azure-static-web-apps-nightly-docs.yml
@@ -33,10 +33,12 @@ jobs:
33
- name: Restore dotnet tools
34
run: dotnet tool restore
35
36
+ # We force DocFX to use latest runtime (and latest SDK) by setting DOTNET_ROLL_FORWARD='LatestMajor' env var
37
- name: Build docs with DocFX
38
shell: pwsh
39
run: |
40
$env:GITHUB_ACTIONS='false'
41
+ $env:DOTNET_ROLL_FORWARD='LatestMajor'
42
dotnet docfx ./docfx_project/docfx.json
43
44
- name: Upload docs as artifact
0 commit comments