dotnet / dotnet/docfx

builds are showing successful, missing left navigation panel, menu items

Open
#7,657 0 comments 0 reactions 0 assignees View on GitHub
fundamental
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 11m
Merged PRs (30d)
10

Description

**Operating System**: (`Windows`)

**DocFX Version Used**: 2.58.4

**Template used**: (`default`)

**Steps to Reproduce**:

1. created a site using docfx. This site is build and published using Azure ADO
Tried both yml build and classic build. Below is our yml build

trigger:
- xyzbranch

pool:
name: Hosted VS2017

steps:
- powershell: |
choco install docfx -y
docfx documentation/docfx.json
if ($lastexitcode -ne 0){
throw ("Error generating document")
}
displayName: "docfx build"

- task: CopyFiles@2
inputs:
targetFolder: '$(Build.ArtifactStagingDirectory)'

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: drop'
inputs:
PathtoPublish: '$(build.artifactstagingdirectory)'

**Expected Behavior**: Azure website with left nav panel

**Actual Behavior**: Randomly missing left nav panel

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.