1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Update azure-pipelines-rgbnet.yml for Azure Pipelines

This commit is contained in:
Robert Beekman 2020-12-29 20:38:20 +01:00
parent ed64c67271
commit 19d56fe8fe

View File

@ -41,6 +41,6 @@ steps:
- task: PublishPipelineArtifact@1
displayName: 'Upload build to Azure Pipelines'
inputs:
targetPath: '$(Build.SourcesDirectory)/bin/netstandard2.0'
targetPath: '$(Build.SourcesDirectory)/bin/net5.0'
artifact: 'RGB.NET development build'
publishLocation: 'pipeline'