summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-Trusted-Publish.json
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2017-11-01 15:30:34 -0700
committerjashook <jashoo@microsoft.com>2017-11-02 14:25:42 -0700
commita75a521943f014200243dcd05655bb873410ffca (patch)
tree609023a29418c156d8daa8de2ba7e45b7d81c041 /buildpipeline/DotNet-Trusted-Publish.json
parent04c758695ce9aa8ea40c464014ee0c2e03a77b4f (diff)
downloadcoreclr-a75a521943f014200243dcd05655bb873410ffca.tar.gz
coreclr-a75a521943f014200243dcd05655bb873410ffca.tar.bz2
coreclr-a75a521943f014200243dcd05655bb873410ffca.zip
Orchestrated build Config signing.
Sign if Real or Test is passed.
Diffstat (limited to 'buildpipeline/DotNet-Trusted-Publish.json')
-rw-r--r--buildpipeline/DotNet-Trusted-Publish.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-Trusted-Publish.json b/buildpipeline/DotNet-Trusted-Publish.json
index 01c1205089..0a2cc323fb 100644
--- a/buildpipeline/DotNet-Trusted-Publish.json
+++ b/buildpipeline/DotNet-Trusted-Publish.json
@@ -25,7 +25,7 @@
"alwaysRun": false,
"displayName": "Install Signing Plugin",
"timeoutInMinutes": 0,
- "condition": "and(succeeded(), ne(variables['PB_SignType'], 'oss'))",
+ "condition": "and(succeeded(), in(variables.PB_SignType, 'real', 'test'))",
"task": {
"id": "30666190-6959-11e5-9f96-f56098202fef",
"versionSpec": "1.*",