Provision CodeBase and NotificationAlias variables -CoreCLR (dotnet/coreclr#12403)
authorRavi Eda <raeda@microsoft.com>
Wed, 21 Jun 2017 17:18:46 +0000 (12:18 -0500)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2017 17:18:46 +0000 (12:18 -0500)
* Security build JSONs.

* Provision CodeBase and NotificationAlias variables.

Commit migrated from https://github.com/dotnet/coreclr/commit/b3e25754f43ce3dbdfda558eb14d1f881f0e3a19

src/coreclr/buildpipeline/security/DotNet-CoreClr-Security-Windows.json

index 8fad6c4..2e4b88f 100644 (file)
             "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": {
                 "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": "",