1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Robert Beekman 2020-11-16 00:04:46 +01:00
parent a2e23546a8
commit f0c9ce2ff0

View File

@ -17,6 +17,14 @@ steps:
- checkout: self
path: s/Artemis
- task: UseDotNet@2
displayName: 'Install .Net 5 SDK'
inputs:
packageType: 'sdk'
version: '5.0.100'
- task: NuGetToolInstaller@1
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'specific'
@ -26,11 +34,10 @@ steps:
artifactName: 'RGB.NET development build'
targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0'
- task: DotNetCoreCLI@2
- task: NuGetCommand@2
displayName: 'NuGet restore Artemis'
inputs:
command: 'restore'
projects: '$(artemisSolution)'
feedsToUse: 'config'
restoreSolution: '$(artemisSolution)'
# - task: ResharperCli@2
# inputs: