From c260e68c02c05a370e627da3f10f4be5d319aeb0 Mon Sep 17 00:00:00 2001 From: Ravi Eda Date: Wed, 21 Jun 2017 12:18:46 -0500 Subject: [PATCH] Provision CodeBase and NotificationAlias variables -CoreCLR (dotnet/coreclr#12403) * Security build JSONs. * Provision CodeBase and NotificationAlias variables. Commit migrated from https://github.com/dotnet/coreclr/commit/b3e25754f43ce3dbdfda558eb14d1f881f0e3a19 --- .../buildpipeline/security/DotNet-CoreClr-Security-Windows.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coreclr/buildpipeline/security/DotNet-CoreClr-Security-Windows.json b/src/coreclr/buildpipeline/security/DotNet-CoreClr-Security-Windows.json index 8fad6c4..2e4b88f 100644 --- a/src/coreclr/buildpipeline/security/DotNet-CoreClr-Security-Windows.json +++ b/src/coreclr/buildpipeline/security/DotNet-CoreClr-Security-Windows.json @@ -357,7 +357,7 @@ "enabled": true, "continueOnError": true, "alwaysRun": false, - "displayName": "TSA upload to Codebase: DotNet-CoreCLR-Trusted_master Stamp: Azure", + "displayName": "TSA upload to Codebase: DotNet-CoreCLR-Trusted_$(CodeBase) Stamp: Azure", "timeoutInMinutes": 0, "condition": "succeeded()", "task": { @@ -369,8 +369,8 @@ "codebase": "NewOrUpdate", "tsaStamp": "Azure", "tsaWebApiUrl": "$(TSAStamp)", - "codeBaseName": "DotNet-CoreCLR-Trusted_master", - "notificationAlias": "dncsec@microsoft.com", + "codeBaseName": "DotNet-CoreCLR-Trusted_$(CodeBase)", + "notificationAlias": "$(NotificationAlias)", "codeBaseAdmins": "NORTHAMERICA\\raeda", "instanceUrlAzure": "MSAZURE", "instanceUrlBing": "", -- 2.7.4