From 58fff856ed4a8385613fa086b7378f31cb11576f Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Tue, 16 Apr 2019 16:25:51 -0700 Subject: [PATCH] Removing log upload from Publish To MyGet job Publish To MyGet job will only restore and call `dotnet nuget push` which won't generate any logs. For this reason, we don't need to have the property of the automatic log publishing step. --- .vsts-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 80f691aa..eea74e84 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -246,7 +246,6 @@ jobs: displayName: Publish To MyGet continueOnError: true enableTelemetry: $(_enableTelemetry) - enablePublishBuildArtifacts: true helixRepo: dotnet/iot strategy: matrix: -- GitLab