From a8c32cc5c6e9f1cd02efa837b9b33b2cf0176358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller?= Date: Wed, 2 Aug 2023 23:10:07 +0200 Subject: [PATCH] update nightly pipeline with missing sdks --- eng/azure-pipelines-nightly.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/eng/azure-pipelines-nightly.yml b/eng/azure-pipelines-nightly.yml index 3535bd2bc..502f6065a 100644 --- a/eng/azure-pipelines-nightly.yml +++ b/eng/azure-pipelines-nightly.yml @@ -12,6 +12,16 @@ steps: version: 5.0.401 displayName: Install .NET Core SDK 5.0.401 +- task: UseDotNet@2 + inputs: + version: 6.0.408 + displayName: Install .NET Core SDK 6.0.408 + +- task: UseDotNet@2 + inputs: + version: 7.0.203 + displayName: Install .NET Core SDK 7.0.203 + - task: NuGetAuthenticate@0 displayName: Authenticate with NuGet feeds