Change symbol publish to production URL. (dotnet/core-setup#3590)
authorMike McLaughlin <mikem@microsoft.com>
Fri, 12 Jan 2018 06:21:46 +0000 (22:21 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 06:21:46 +0000 (22:21 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/0293d07770551a59781ddd5fc53a094b4a47de45

src/installer/buildpipeline/Core-Setup-Publish.json

index 4f26859..44cf7af 100644 (file)
       "value": "$(Build.SourcesDirectory)\\tools"
     },
     "PB_SymbolServerPath": {
-      "value": "https://microsoftpublicsymbolsppe.artifacts.visualstudio.com/DefaultCollection"
+      "value": "https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection"
     },
     "PB_SymbolServerPAT": {
       "value": null,
       "isSecret": true
     },
     "PB_SymbolExpirationInDays": {
-      "value": ""
+      "value": "30"
     },
     "PB_BuildOutputManifestArguments": {
       "value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"