From 88202d0bd94a59a492b988aa94e7010ab94c74d8 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Fri, 20 Nov 2020 17:23:08 +0100 Subject: [PATCH] Remove .NET 5 download task --- ci/azure-pipelines-docfx.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ci/azure-pipelines-docfx.yml b/ci/azure-pipelines-docfx.yml index 3e584cb53..36bfd34f4 100644 --- a/ci/azure-pipelines-docfx.yml +++ b/ci/azure-pipelines-docfx.yml @@ -17,12 +17,6 @@ steps: - checkout: self path: s/Artemis -- task: UseDotNet@2 - displayName: 'Install .Net 5 SDK' - inputs: - packageType: 'sdk' - version: '5.0.100' - - task: DownloadPipelineArtifact@2 inputs: buildType: 'specific' @@ -40,12 +34,6 @@ steps: feedsToUse: 'config' nugetConfigPath: '$(Pipeline.Workspace)/s/Artemis/src/NuGet.Config' -- task: DotNetCoreCLI@2 - displayName: 'dotnet build Artemis' - inputs: - command: 'build' - projects: '$(artemisSolution)' - - task: PowerShell@2 displayName: "DockFX build" inputs: