Bring back missing build variables required for pushing debtool (dotnet/core-setup...
authorRakesh Singh <raksingh@microsoft.com>
Thu, 4 Jan 2018 02:27:48 +0000 (18:27 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 02:27:48 +0000 (18:27 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/60f4f758df3b96dca84680f995e42091e9987d6d

src/installer/buildpipeline/Core-Setup-Linux-BT.json

index b0fae14..49873c6 100644 (file)
     "PB_AdditionalMSBuildArguments": {
       "value": ""
     },
+    "CLI_NUGET_FEED_URL": {
+      "value": "https:%2F%2Fdotnet.myget.org/F/cli-deps/api/v2/package"
+    },
+    "CLI_NUGET_SYMBOLS_FEED_URL": {
+      "value": "https:%2F%2Fdotnet.myget.org/F/cli-deps/symbols/api/v2/package"
+    },
+    "CliNuGetApiKey": {
+      "value": null,
+      "isSecret": true
+    },
     "DistroSpecificMSBuildArguments": {
       "value": "/flp:v=diag /p:TargetArchitecture=$(PB_TargetArchitecture) /p:PortableBuild=false /p:ConfigurationGroup=$(BuildConfiguration) /p:OSGroup=Linux /p:OfficialBuildId=$(OfficialBuildId)"
     },