mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b43016c0c1
@ -41,6 +41,6 @@ steps:
|
|||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
displayName: 'Upload build to Azure Pipelines'
|
displayName: 'Upload build to Azure Pipelines'
|
||||||
inputs:
|
inputs:
|
||||||
targetPath: '$(Build.SourcesDirectory)/bin/netstandard2.0'
|
targetPath: '$(Build.SourcesDirectory)/bin/net5.0'
|
||||||
artifact: 'RGB.NET development build'
|
artifact: 'RGB.NET development build'
|
||||||
publishLocation: 'pipeline'
|
publishLocation: 'pipeline'
|
||||||
@ -24,7 +24,7 @@ steps:
|
|||||||
definition: '3'
|
definition: '3'
|
||||||
buildVersionToDownload: 'latest'
|
buildVersionToDownload: 'latest'
|
||||||
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/net5.0'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'dotnet restore Artemis'
|
displayName: 'dotnet restore Artemis'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user