From 262b0ebe99badc631619bea0c18c6eccfc118cdd Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 26 Aug 2022 09:15:23 +0200 Subject: [PATCH] API Docs - Optimise CI --- ci/azure-pipelines-docfx.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/ci/azure-pipelines-docfx.yml b/ci/azure-pipelines-docfx.yml index db588fe8c..4a40053a7 100644 --- a/ci/azure-pipelines-docfx.yml +++ b/ci/azure-pipelines-docfx.yml @@ -7,14 +7,6 @@ trigger: - master pr: none -resources: - repositories: - - repository: RGBNET - type: github - endpoint: github.com_SpoinkyNL - name: DarthAffe/RGB.NET - ref: Development - pool: vmImage: 'windows-latest' @@ -28,22 +20,13 @@ variables: SourceVersion: $(Build.SourceVersion) steps: -- checkout: RGBNET - path: s/RGB.NET - checkout: self path: s/Artemis - task: DotNetCoreCLI@2 - displayName: 'RGB.NET - Build' + displayName: 'dotnet build Artemis' inputs: command: 'build' - projects: '$(rgbSolution)' - arguments: '--configuration Release' - -- task: DotNetCoreCLI@2 - displayName: 'dotnet restore Artemis' - inputs: - command: 'restore' projects: '$(artemisSolution)' feedsToUse: 'config' nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config'