From c97840d163a61bc440f0d584fcf08f5167bbbc84 Mon Sep 17 00:00:00 2001 From: John Gathogo Date: Tue, 20 Aug 2024 00:15:07 +0300 Subject: [PATCH] Fix nighthly build pipeline ESRP task dependency (#43) --- build/azure-pipelines-nightly.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/azure-pipelines-nightly.yml b/build/azure-pipelines-nightly.yml index 950fe87..55cebd8 100644 --- a/build/azure-pipelines-nightly.yml +++ b/build/azure-pipelines-nightly.yml @@ -126,6 +126,12 @@ extends: CredScan: true PoliCheck: true + # ESRP code signing task depends on .NET Core 2.x SDK + - task: UseDotNet@2 + displayName: Use .NET Core 2.x + inputs: + version: '2.1.x' + # CodeSign - task: EsrpCodeSigning@1 displayName: 'ESRP CodeSign - OData'