mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Update azure-pipelines-docfx.yml for Azure Pipelines
This commit is contained in:
parent
4f966cd794
commit
b795fb8c7f
@ -9,7 +9,17 @@ trigger:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
artemisSolution: '**/Artemis.sln'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
|
- task: NuGetCommand@2
|
||||||
|
displayName: 'NuGet restore Artemis'
|
||||||
|
inputs:
|
||||||
|
restoreSolution: '$(artemisSolution)'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: "DockFX build"
|
displayName: "DockFX build"
|
||||||
inputs:
|
inputs:
|
||||||
@ -20,9 +30,10 @@ steps:
|
|||||||
workingDirectory: 'docfx'
|
workingDirectory: 'docfx'
|
||||||
|
|
||||||
- task: FtpUpload@2
|
- task: FtpUpload@2
|
||||||
|
displayName: "DockFX FTP upload"
|
||||||
inputs:
|
inputs:
|
||||||
credentialsOption: 'inputs'
|
credentialsOption: 'inputs'
|
||||||
serverUrl: 'artemis-rgb.com'
|
serverUrl: 'ftp://artemis-rgb.com'
|
||||||
username: 'devops'
|
username: 'devops'
|
||||||
password: '$(ftp_password)'
|
password: '$(ftp_password)'
|
||||||
rootDirectory: 'docfx/docfx_project/_site'
|
rootDirectory: 'docfx/docfx_project/_site'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user