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

View File

@ -17,8 +17,6 @@ steps:
- checkout: self - checkout: self
path: s/Artemis path: s/Artemis
- task: NuGetToolInstaller@1
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'specific' buildType: 'specific'
@ -28,10 +26,11 @@ 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: NuGetCommand@2 - task: DotNetCoreCLI@2
displayName: 'NuGet restore Artemis'
inputs: inputs:
restoreSolution: '$(artemisSolution)' command: 'restore'
projects: '$(artemisSolution)'
feedsToUse: 'config'
# - task: ResharperCli@2 # - task: ResharperCli@2
# inputs: # inputs: