From 5a7a8d54c51527aade86330210c3afa5b330cba7 Mon Sep 17 00:00:00 2001 From: Karthik Rajasekaran Date: Tue, 16 May 2017 15:48:25 -0700 Subject: [PATCH] Add missing checksum parameters from arm linux build Commit migrated from https://github.com/dotnet/core-setup/commit/8a8ac07182e7d159b8f3ebd8e7232d1d07c511b6 --- src/installer/buildpipeline/Core-Setup-Linux-Arm-BT.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/installer/buildpipeline/Core-Setup-Linux-Arm-BT.json b/src/installer/buildpipeline/Core-Setup-Linux-Arm-BT.json index a9d87b2..f5421fb 100644 --- a/src/installer/buildpipeline/Core-Setup-Linux-Arm-BT.json +++ b/src/installer/buildpipeline/Core-Setup-Linux-Arm-BT.json @@ -404,6 +404,13 @@ }, "PB_DebRepoServer": { "value": "azure-apt-cat.cloudapp.net" + }, + "PB_ChecksumAzureAccountName": { + "value": "dotnetclichecksums" + }, + "PB_ChecksumAzureAccessToken": { + "value": null, + "isSecret": true } }, "demands": [ -- 2.7.4