From: Ravi Eda Date: Wed, 21 Jun 2017 17:18:46 +0000 (-0500) Subject: Provision CodeBase and NotificationAlias variables -CoreCLR (dotnet/coreclr#12403) X-Git-Tag: submit/tizen/20210909.063632~11030^2~6925^2~371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c260e68c02c05a370e627da3f10f4be5d319aeb0;p=platform%2Fupstream%2Fdotnet%2Fruntime.git 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 --- 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": "",