mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +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:
|
||||
- checkout: self
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet restore Artemis'
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Install .Net 5 SDK'
|
||||
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
|
||||
displayName: "DockFX build"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user