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

Remove RGB.NET build from pipeline

This commit is contained in:
RobertBeekman 2022-01-02 11:31:58 +01:00
parent a04ceb142e
commit 29e1cb648a

View File

@ -9,16 +9,11 @@ pr: none
resources: resources:
repositories: repositories:
- repository: RGBNET
type: github
endpoint: github.com_SpoinkyNL
name: DarthAffe/RGB.NET
ref: Development
- repository: Plugins - repository: Plugins
type: github type: github
endpoint: github.com_SpoinkyNL endpoint: github.com_SpoinkyNL
name: Artemis-RGB/Artemis.Plugins name: Artemis-RGB/Artemis.Plugins
ref: master ref: csproj-update-wpf
pool: pool:
vmImage: 'windows-latest' vmImage: 'windows-latest'
@ -33,20 +28,11 @@ variables:
SourceVersion: $(Build.SourceVersion) SourceVersion: $(Build.SourceVersion)
steps: steps:
- checkout: RGBNET
path: s/RGB.NET
- checkout: self - checkout: self
path: s/Artemis path: s/Artemis
- checkout: Plugins - checkout: Plugins
path: s/Artemis.Plugins path: s/Artemis.Plugins
- task: DotNetCoreCLI@2
displayName: 'RGB.NET - Build'
inputs:
command: 'build'
projects: '$(rgbSolution)'
arguments: '--configuration Release'
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2
displayName: 'Artemis - Publish' displayName: 'Artemis - Publish'
inputs: inputs: