From e4c427aa759d60c96eb3345a30871e505eb6063f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 3 May 2024 17:55:40 +0000 Subject: [PATCH] devops: fix ESRP publishing (#1569) --- .azure-pipelines/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index 8496080f..d1eaf376 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -74,7 +74,9 @@ extends: clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5' intent: 'PackageDistribution' contenttype: 'Maven' - contentsource: 'folder' + # Keeping it commented out as a workaround for: + # https://portal.microsofticm.com/imp/v3/incidents/incident/499972482/summary + # contentsource: 'folder' folderlocation: './local-build' waitforreleasecompletion: true owners: 'yurys@microsoft.com'