Skip to content

Commit 8b483f4

Browse files
authored
Reenable log publishing (#7076)
1 parent 4a3a498 commit 8b483f4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build/vsts-ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,11 @@ extends:
239239
parameters:
240240
name: Package
241241
################################################################################
242-
#disable log upload for now, https://github.com/dotnet/dnceng/issues/2133
243-
#artifacts:
244-
# publish:
245-
# artifacts: false
246-
# logs: true
247-
# manifests: true
242+
artifacts:
243+
publish:
244+
artifacts: false
245+
logs: true
246+
manifests: true
248247
enableMicrobuild: true
249248
enablePublishUsingPipelines: true
250249
enableSourceIndex: true

0 commit comments

Comments
 (0)