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-15 23:55:27 +01:00
parent 805e6b0ed9
commit a2e23546a8

View File

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