You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- steps:
- - task: InstallSSHKey@0
- displayName: Install deploy key for docs
- inputs:
- knownHostsEntry: X2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
- sshPublicKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZZmluHYxpA1haNn6ipmgUEPZ5LzezUP04jOqVkG/J6e/3Y6YtP2hO+AfTS/6Cena+xpkaKQReJ9piA/tIVDVUbHjRlfej5RcDsoVKu8aK2iKeMAYS5XwUDX9U6o6h+Cg2T0EQjEB9JuvsnmtyN9y2x7cYCna9K8uZiUcTzDhddWmlJhDpMc0fqCZdi09ZMCS78TLoxox/ek2TboGzFgs0TaJX9dJLYz/8FCP5qRxU7L1V2tpVtYCeFDnNawlUW06TGTz84AYckwsSGBVahqPRkU9ANskrAGm4iyo9pTypq+E+5gbGb6IDiUyDGDKntCRZ8zXhSTds72bmKW3wonehnmteeYHiKZ9W5xBUmH1aZIMQd8cUQlNPKCJnAbfM15WRbPYNb8JRsfRzOMtJUPVGb1N17WDCYkc1aJf1xpSOFl4N8xr2sSqxlmSVChFIcTf5HEIx/n+9k7QU03H3Fd9al9erBC2QhmDucKAnXt4CYiFqMec1NDExbpAsbZd83GM=
- sshKeySecureFile: docs-static_rsa
-
- - task: NuGetCommand@2
- displayName: Install DocFx
- inputs:
- command: custom
- arguments: install docfx.console -ExcludeVersion
-
- - script: azure/docs.bat
- displayName: Build and deploy docs
|