From: Mike McLaughlin Date: Tue, 19 Dec 2017 23:00:06 +0000 (-0800) Subject: Enable symbol publishing (dotnet/core-setup#3545) X-Git-Tag: submit/tizen/20210909.063632~11032^2~971 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3459903e2151df693ab71f465611c322609ab528;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Enable symbol publishing (dotnet/core-setup#3545) Enable symbol publishing Using version 1.0.0-alpha-00014 of the Microsoft.SymbolUploader.Build.Task package. Switch to ppe test server Commit migrated from https://github.com/dotnet/core-setup/commit/ccd9ca9039d2af3e9d7752ce47eee5c59caf003e --- diff --git a/src/installer/buildpipeline/Core-Setup-Publish.json b/src/installer/buildpipeline/Core-Setup-Publish.json index d5947d6..de43c1d 100644 --- a/src/installer/buildpipeline/Core-Setup-Publish.json +++ b/src/installer/buildpipeline/Core-Setup-Publish.json @@ -489,7 +489,7 @@ "value": "$(Build.SourcesDirectory)\\tools" }, "PB_SymbolServerPath": { - "value": "https://mikemvsts.artifacts.visualstudio.com/DefaultCollection" + "value": "https://microsoftpublicsymbolsppe.artifacts.visualstudio.com/DefaultCollection" }, "PB_SymbolServerPAT": { "value": null, diff --git a/src/installer/dependencies.props b/src/installer/dependencies.props index 560c957..1274777 100644 --- a/src/installer/dependencies.props +++ b/src/installer/dependencies.props @@ -56,7 +56,7 @@ Microsoft.SymbolUploader.Build.Task - 1.0.0-alpha-00001 + 1.0.0-alpha-00014 diff --git a/src/installer/publish/publish.proj b/src/installer/publish/publish.proj index 2634483..86d55bd 100644 --- a/src/installer/publish/publish.proj +++ b/src/installer/publish/publish.proj @@ -33,7 +33,7 @@ + DependsOnTargets="PublishCoreHostPackages;SetupPublishSymbols;PublishSymbols;FinalizeBuildInAzure;UpdateVersionsRepo" />