Skip to content

Commit

Permalink
Revert pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalius1 committed Aug 29, 2019
1 parent 43d622a commit a11e232
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/azure-pipelines/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ steps:
versionSpec: '10.x'
checkLatest: true

- task: DownloadFileshareArtifacts@1
inputs:
filesharePath: 'https://fabricweb.blob.core.windows.net/fabric/'
artifactName: 'api-json'
downloadPath: '$(System.ArtifactsDirectory)'

- task: Npm@1
displayName: 'npm install'
inputs:
Expand Down Expand Up @@ -61,15 +55,15 @@ steps:
node
lib/start.js
$(Build.ArtifactStagingDirectory)/example-and-overview-files
$(System.ArtifactsDirectory)/api-json
input # this needs to be modified when loading from azure becomes available
displayName: Generate examples/overview files and API Documenter Config

- script: >
node
node_modules/.bin/api-documenter
generate
--output-folder $(Build.ArtifactStagingDirectory)/doc-files/api
--input-folder $(System.ArtifactsDirectory)/api-json
# --input-folder $(System.ArtifactsDirectory)/documenter-input - when we have api-json files loaded from azure comment this in.
displayName: Run API Documenter

# This script is a temporary workaround until we have a fix upstream in the api-documenter
Expand Down

0 comments on commit a11e232

Please sign in to comment.