From ddbb768a6905f4a696153cbee03565a439e547fa Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 2 Jan 2022 15:49:06 +0100 Subject: [PATCH] Meta - Fix pipeline --- ci/azure-pipelines-rgbnet.yml | 47 ----------------------------------- ci/azure-pipelines.yml | 3 +-- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 ci/azure-pipelines-rgbnet.yml diff --git a/ci/azure-pipelines-rgbnet.yml b/ci/azure-pipelines-rgbnet.yml deleted file mode 100644 index 6ed1a08c3..000000000 --- a/ci/azure-pipelines-rgbnet.yml +++ /dev/null @@ -1,47 +0,0 @@ -# .NET Desktop -# Build and run tests for .NET Desktop or Windows classic desktop solutions. -# Add steps that publish symbols, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net - -trigger: none - -resources: - repositories: - - repository: RGBdotNET - type: github - endpoint: github.com_SpoinkyNL - name: DarthAffe/RGB.NET - ref: Development - trigger: - branches: - include: - - Development - -pool: - vmImage: 'windows-latest' - -variables: - rgbSolution: '**/RGB.NET.sln' - -steps: -- checkout: RGBdotNET - -- task: NuGetToolInstaller@1 - -- task: NuGetCommand@2 - inputs: - restoreSolution: '$(rgbSolution)' - -- task: DotNetCoreCLI@2 - displayName: 'Build RGB.NET' - inputs: - command: 'build' - projects: '$(rgbSolution)' - arguments: '--configuration Release' - -- task: PublishPipelineArtifact@1 - displayName: 'Upload build to Azure Pipelines' - inputs: - targetPath: '$(Build.SourcesDirectory)/bin/net5.0' - artifact: 'RGB.NET development build' - publishLocation: 'pipeline' \ No newline at end of file diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 251a7197b..4ebae1d56 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -13,14 +13,13 @@ resources: type: github endpoint: github.com_SpoinkyNL name: Artemis-RGB/Artemis.Plugins - ref: csproj-update-wpf + ref: master pool: vmImage: 'windows-latest' variables: artemisSolution: '**/Artemis.sln' - rgbSolution: '**/RGB.NET.sln' pluginProjects: '**/Artemis.Plugins.*.csproj' BuildId: $(Build.BuildId) BuildNumber: $(Build.BuildNumber)