Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix current publish build warnings #11317

Merged
merged 2 commits into from
May 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions buildpipeline/DotNet-Trusted-Publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"detailedLog": "false",
"usePat": "false",
"retentionDays": "",
"dropMetadataContainerName": "DropMetadata"
"dropMetadataContainerName": "Drop-OfficialBuildId"
}
},
{
Expand All @@ -300,26 +300,7 @@
"detailedLog": "false",
"usePat": "false",
"retentionDays": "",
"dropMetadataContainerName": "DropMetadata"
}
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": true,
"displayName": "Copy Publish Artifact: PublishLogs",
"timeoutInMinutes": 0,
"task": {
"id": "1d341bb0-2106-458c-8422-d00bcea6512a",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"CopyRoot": "",
"Contents": "$(Pipeline.SourcesDirectory)\\*.log",
"ArtifactName": "PublishLogs",
"ArtifactType": "Container",
"TargetPath": "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)"
"dropMetadataContainerName": "Drop-BuildNumber"
}
},
{
Expand Down