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'