From 4bc8d26252107b77bebdbbb261a88d472a2b5948 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Thu, 21 Mar 2019 17:23:38 -0700 Subject: [PATCH] Enable publishing build logs in the publish step (dotnet/corefx#36225) Commit migrated from https://github.com/dotnet/corefx/commit/00c395eeff363e0ed890622e068817c8d463a72b --- eng/pipelines/libraries/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/libraries/publish.yml b/eng/pipelines/libraries/publish.yml index c024fa5..231331b 100644 --- a/eng/pipelines/libraries/publish.yml +++ b/eng/pipelines/libraries/publish.yml @@ -7,6 +7,7 @@ jobs: - template: ../common/templates/jobs/jobs.yml parameters: enableMicrobuild: true + enablePublishBuildArtifacts: true jobs: - job: PublishPackages displayName: Publish Packages -- 2.7.4