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

Commit c878a62

Browse files
authored
Fix publishing errors (#16252)
Fix two errors: * Remove unneeded signed symbol catalog injection * Build definition is not importing becuase of duplicated task name.
1 parent 0713b96 commit c878a62

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

buildpipeline/DotNet-Trusted-Publish.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -126,27 +126,6 @@
126126
"failOnStandardError": "false"
127127
}
128128
},
129-
{
130-
"environment": {},
131-
"enabled": true,
132-
"continueOnError": false,
133-
"alwaysRun": false,
134-
"displayName": "Inject signed symbol catalogs",
135-
"timeoutInMinutes": 0,
136-
"condition": "and(succeeded(), ne(variables['PB_SignType'], 'oss'))",
137-
"refName": "Task7",
138-
"task": {
139-
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
140-
"versionSpec": "1.*",
141-
"definitionType": "task"
142-
},
143-
"inputs": {
144-
"filename": "msbuild",
145-
"arguments": "/t:InjectSignedSymbolCatalogIntoSymbolPackages /p:SymbolPackagesToPublishGlob=$(Pipeline.SourcesDirectory)\\packages\\AzureTransfer\\$(ConfigurationGroup)\\$(AzureContainerSymbolPackageGlob) /p:SymbolCatalogCertificateId=$(PB_SymbolCatalogCertificateId)",
146-
"workingFolder": "$(Pipeline.SourcesDirectory)",
147-
"failOnStandardError": "true"
148-
}
149-
},
150129
{
151130
"environment": {},
152131
"enabled": true,
@@ -469,7 +448,7 @@
469448
"displayName": "Publish Artifact: DebugLogs",
470449
"timeoutInMinutes": 0,
471450
"condition": "succeededOrFailed()",
472-
"refName": "PublishBuildArtifacts1",
451+
"refName": "PublishBuildArtifacts3",
473452
"task": {
474453
"id": "2ff763a7-ce83-4e1f-bc89-0ae63477cebe",
475454
"versionSpec": "1.*",

0 commit comments

Comments
 (0)