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: