From ea864769586ef74caa88c8e580de5588b7d09fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Fri, 22 May 2020 12:24:43 -0700 Subject: [PATCH] Fix dotnet feed publishing (#496) Removing the steps that create AssetManifest files from Linux to prevent the Publish task from trying to upload the same assets multiple times in parallel and fail on file locks. Removing empty parameter on macOS step. --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 66620134..a0de573e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -118,8 +118,6 @@ stages: - script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine - $(_OfficialBuildArgs) - /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines) displayName: Build - task: PublishBuildArtifacts@1 displayName: Upload TestResults @@ -151,7 +149,6 @@ stages: - script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine - $(_InternalRuntimeDownloadArgs) displayName: Build - task: PublishBuildArtifacts@1 displayName: Upload TestResults