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:09:46 +01:00
parent f0c9ce2ff0
commit 78356e98eb

View File

@ -23,8 +23,6 @@ steps:
packageType: 'sdk' packageType: 'sdk'
version: '5.0.100' version: '5.0.100'
- task: NuGetToolInstaller@1
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'specific' buildType: 'specific'
@ -34,16 +32,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)'
# - task: ResharperCli@2 feedsToUse: 'config'
# inputs:
# solutionOrProjectPath: 'src/Artemis.sln'
# failBuildLevelSelector: 'Error'
# additionalArguments: '/disable-settings-layers:SolutionPersonal --properties:Configuration=win-x64'
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: 'Publish Artemis' displayName: 'Publish Artemis'