1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +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 - checkout: self
path: s/Artemis path: s/Artemis
- task: UseDotNet@2
displayName: 'Install .Net 5 SDK'
inputs:
packageType: 'sdk'
version: '5.0.100'
- task: NuGetToolInstaller@1
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'specific' buildType: 'specific'
@ -26,11 +34,10 @@ steps:
artifactName: 'RGB.NET development build' artifactName: 'RGB.NET development build'
targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0' targetPath: '$(Pipeline.Workspace)/s/RGB.NET/bin/netstandard2.0'
- task: DotNetCoreCLI@2 - task: NuGetCommand@2
displayName: 'NuGet restore Artemis'
inputs: inputs:
command: 'restore' restoreSolution: '$(artemisSolution)'
projects: '$(artemisSolution)'
feedsToUse: 'config'
# - task: ResharperCli@2 # - task: ResharperCli@2
# inputs: # inputs: