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
e5e334c54d
commit
d3663d0d13
@ -16,12 +16,19 @@ variables:
|
|||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
|
|
||||||
- task: NuGetToolInstaller@1
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Install .Net 5 SDK'
|
||||||
- task: NuGetCommand@2
|
|
||||||
displayName: 'NuGet restore Artemis'
|
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(artemisSolution)'
|
packageType: 'sdk'
|
||||||
|
version: '5.0.100'
|
||||||
|
|
||||||
|
- task: DotNetCoreCLI@2
|
||||||
|
displayName: 'dotnet restore Artemis'
|
||||||
|
inputs:
|
||||||
|
command: 'restore'
|
||||||
|
projects: '$(artemisSolution)'
|
||||||
|
feedsToUse: 'config'
|
||||||
|
nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: "DockFX build"
|
displayName: "DockFX build"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user