From 29e1cb648a6264003024801d7f50d3df3b2e8e66 Mon Sep 17 00:00:00 2001 From: RobertBeekman Date: Sun, 2 Jan 2022 11:31:58 +0100 Subject: [PATCH] Remove RGB.NET build from pipeline --- ci/azure-pipelines.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 8e16ec412..251a7197b 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -9,16 +9,11 @@ pr: none resources: repositories: - - repository: RGBNET - type: github - endpoint: github.com_SpoinkyNL - name: DarthAffe/RGB.NET - ref: Development - repository: Plugins type: github endpoint: github.com_SpoinkyNL name: Artemis-RGB/Artemis.Plugins - ref: master + ref: csproj-update-wpf pool: vmImage: 'windows-latest' @@ -33,20 +28,11 @@ variables: SourceVersion: $(Build.SourceVersion) steps: -- checkout: RGBNET - path: s/RGB.NET - checkout: self path: s/Artemis - checkout: Plugins path: s/Artemis.Plugins -- task: DotNetCoreCLI@2 - displayName: 'RGB.NET - Build' - inputs: - command: 'build' - projects: '$(rgbSolution)' - arguments: '--configuration Release' - - task: DotNetCoreCLI@2 displayName: 'Artemis - Publish' inputs: