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'