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:13:21 +01:00
parent 78356e98eb
commit f249e0b648

View File

@ -37,6 +37,7 @@ steps:
command: 'restore' command: 'restore'
projects: '$(artemisSolution)' projects: '$(artemisSolution)'
feedsToUse: 'config' feedsToUse: 'config'
nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config'
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: 'Publish Artemis' displayName: 'Publish Artemis'