summaryrefslogtreecommitdiff
path: root/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2017-11-02 15:10:16 -0700
committerGitHub <noreply@github.com>2017-11-02 15:10:16 -0700
commitf12fd8a41db589e2e01c3cb689cc36e7eff3e0da (patch)
tree4f6d8167e552dd15d9c43f01bbbfc0894ca03dd4 /buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
parent8eee8691a1b39771e7f3f3e4a9b9ca041d5a3fe7 (diff)
parenta75a521943f014200243dcd05655bb873410ffca (diff)
downloadcoreclr-f12fd8a41db589e2e01c3cb689cc36e7eff3e0da.tar.gz
coreclr-f12fd8a41db589e2e01c3cb689cc36e7eff3e0da.tar.bz2
coreclr-f12fd8a41db589e2e01c3cb689cc36e7eff3e0da.zip
Merge pull request #14811 from jashook/signing_var_changes
Orchestrated build Config signing.
Diffstat (limited to 'buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json')
-rw-r--r--buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
index 3b71cf41eb..dccfee8ced 100644
--- a/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
+++ b/buildpipeline/DotNet-CoreClr-Trusted-Windows-x86.json
@@ -6,7 +6,7 @@
"alwaysRun": false,
"displayName": "Install Signing Plugin",
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SignType'], 'oss')",
+ "condition": "and(succeeded(), in(variables.PB_SignType, 'real', 'test'))",
"task": {
"id": "30666190-6959-11e5-9f96-f56098202fef",
"versionSpec": "1.*",