From 3f8b26688ffea64468a1babe939efa6ab1eac24e Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 17 Jan 2020 16:08:11 +0000 Subject: [PATCH] Update ci-build.yaml for Azure Pipelines --- ci-build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci-build.yaml b/ci-build.yaml index 032bca074..90c29ae2c 100644 --- a/ci-build.yaml +++ b/ci-build.yaml @@ -27,6 +27,12 @@ pool: vmImage: 'ubuntu-latest' steps: +- task: DotNetCoreInstaller@1 + displayName: 'Use .NET Core sdk 2.1.505' + inputs: + packageType: 'sdk' + version: '3.x' + - task: PowerShell@2 displayName: 'Get Release Notes' inputs: